On 16/04/2014 at 13:16, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R15
Platform: Windows ;
Language(s) : C++ ;
---------
Using a SortedArray is perfect for sorting values.
Now I like to have a BaseArray with points (x,y,z), so 3 dimension.
How to sort such a point (3 dimensional) array for example on x value.
So, the point with the lowest x value first, and so on.
Pim