| |||
introduces a triangle t with vertices , and .
|
|
| |
Test for equality: two triangles t and are equal, iff there exists a cyclic permutation of the vertices of , such that they are equal to the vertices of t. | ||
|
| |
Test for inequality. | ||
|
| returns the i'th vertex modulo 3 of t. |
|
| |
returns vertex(int i). | ||
|
| |
returns the supporting plane of t, with same orientation. |
|
| t is degenerate if its vertices are collinear. |
|
| |
A point is on t, if it is on a vertex, an edge or the face of t. |
|
| returns a square of the area of t. |
|
| returns a bounding box containing t. |
|
| |
returns the triangle obtained by applying on the three vertices of t. |