|
Horizon
|
Public Types | |
| using | TriangleType = Triangle< T > |
| using | EdgeType = Edge< T > |
| using | VertexType = Vector2< T > |
Public Member Functions | |
| const std::vector< TriangleType > & | triangulate (std::vector< VertexType > &vertices) |
| const std::vector< TriangleType > & | getTriangles () const |
| const std::vector< EdgeType > & | getEdges () const |
| const std::vector< VertexType > & | getVertices () const |
1.8.17