Public Member Functions | |
int32 | GetVertexCount () const |
VertexIndex | Vertex (int32 i) const |
boolean | Merge (const Triangle &triangle) |
boolean | Split (VertexIndex vertex1, VertexIndex vertex2, Polygon &polygon1, Polygon &polygon2) const |
Protected Member Functions | |
VertexIndex | NonCommonVertex (const Triangle &triangle, const TMCArray< int32 > &commonPoints) const |
int32 Delauney::Polygon::GetVertexCount | ( | ) | const [inline] |
VertexIndex Delauney::Polygon::NonCommonVertex | ( | const Triangle & | triangle, | |
const TMCArray< int32 > & | commonPoints | |||
) | const [protected] |
boolean Delauney::Polygon::Split | ( | VertexIndex | vertex1, | |
VertexIndex | vertex2, | |||
Polygon & | polygon1, | |||
Polygon & | polygon2 | |||
) | const |
VertexIndex Delauney::Polygon::Vertex | ( | int32 | i | ) | const [inline] |