rrufai / StreamedConvexHull

0 stars 0 forks source link

Question about treeMap #8

Closed yasminmo closed 11 years ago

yasminmo commented 11 years ago

Hello, As I told you I will use tree map which is based on RBtree implementation, Now my question is Points are sorted based on which sorting order in this tree? Is it something you want to specify later, maybe any of those comparators you defined already? or is it something knows beforehand?

Cheers, Yasmin

rrufai commented 11 years ago

Hi Yasmin,

They'll be sorted by their polar angles, so the RadialComparator should be good enough.

Regards,

Raimi