#include <Triangulator.h>
Public Member Functions | |
| Triangulator (const std::vector< Line > &segments, const std::vector< int > &contours, const std::vector< Point > &holes) | |
| ~Triangulator (void) | |
| Destructor. | |
| const std::vector< int > & | GetIndices (void) const |
| Gets triangle indices. | |
| Triangulator::Triangulator | ( | const std::vector< Line > & | segments, | |
| const std::vector< int > & | contours, | |||
| const std::vector< Point > & | holes | |||
| ) |
Constructor
| segments | the segments of the polygon | |
| contours | the contours of the polygon | |
| holes | the holes inside of the polygon |
| const std::vector< int > & Triangulator::GetIndices | ( | void | ) | const |
Gets triangle indices.
1.5.9