Public Member Functions | |
Triangle (VertexIndex vertex1, VertexIndex vertex2, VertexIndex vertex3) | |
boolean | InCircle (const TVector2 &position, const VertexList &vertices) const |
boolean | Intersect (VertexIndex vertex1, VertexIndex vertex2, const VertexList &vertices) const |
boolean | ContainsEdge (VertexIndex vertex1, VertexIndex vertex2) const |
Public Attributes | |
VertexIndex | vertexIndex [3] |
Delauney::Triangle::Triangle | ( | VertexIndex | vertex1, | |
VertexIndex | vertex2, | |||
VertexIndex | vertex3 | |||
) |
boolean Delauney::Triangle::ContainsEdge | ( | VertexIndex | vertex1, | |
VertexIndex | vertex2 | |||
) | const |
boolean Delauney::Triangle::InCircle | ( | const TVector2 & | position, | |
const VertexList & | vertices | |||
) | const |
boolean Delauney::Triangle::Intersect | ( | VertexIndex | vertex1, | |
VertexIndex | vertex2, | |||
const VertexList & | vertices | |||
) | const |