| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Apr 22 at 12:31 | |
| stats | profile views | 2 |
|
Jan 23 |
awarded | Editor |
|
Jan 23 |
revised |
What is a good way to load more than a million images for a collectible card game? added 1 characters in body |
|
Jan 23 |
awarded | Teacher |
|
Jan 23 |
answered | What is a good way to load more than a million images for a collectible card game? |
|
Jan 22 |
awarded | Supporter |
|
Aug 27 |
comment |
Order array of points in counter clockwise Sorting requires comparison (<, ==, >), its not obvious how to compare two dimensional data, that's why I suggest you to get angles between point centre and x or y axis. |
|
Aug 27 |
comment |
Order array of points in counter clockwise I guess points are two dimensional data. So you could calculate angle between center and point. And since angle is one dimensional data now you can sort it using qsort. |