Public Member Functions | |
bool | operator< (const Event &right) |
Define ordering of events. | |
Public Attributes | |
float | pos |
The possition of the event. | |
EventType | type |
The type of event. |
bool KdTree::Event::operator< | ( | const Event & | right | ) | [inline] |
Define ordering of events.
The events positions are compared first. If they are the same, decide using the type of the event.