#include <Comparitors.h>
Public Member Functions | |
| CompareIndexPointProjections () | |
| bool | operator() (const unsigned x, const unsigned y) |
Public Attributes | |
| const std::vector< Point3 > * | points |
| gmtl::Vec3 | sortDir |
Definition at line 22 of file Comparitors.h.
| gmtl::CompareIndexPointProjections::CompareIndexPointProjections | ( | ) | [inline] |
Definition at line 25 of file Comparitors.h.
: points(NULL) {;}
| bool gmtl::CompareIndexPointProjections::operator() | ( | const unsigned | x, | |
| const unsigned | y | |||
| ) | [inline] |
| const std::vector<Point3>* gmtl::CompareIndexPointProjections::points |
Definition at line 36 of file Comparitors.h.
| gmtl::Vec3 gmtl::CompareIndexPointProjections::sortDir |
Definition at line 37 of file Comparitors.h.
1.7.1