| |
default constructor
| |
| |
neighbors are initialized to
NULL.
| |
| |
initializes the vertices with v0,v1, v2 and the neighbors with
n0, n1, n2.
|
|
| returns the dimension. |
|
| Precondition: . |
|
| |
true if v is a vertex of f. | ||
|
| |
as above and sets i to the index of v | ||
|
| |
the index of v in f. | ||
|
| |
Precondition: . | ||
|
| |
true if n is a neighbor of f. | ||
|
| |
as above and sets i to the index of n. | ||
|
| |
returns the index of neighbor n. |
|
| |
Precondition: . | ||
|
| sets the vertices pointers to NULL. |
|
| |
sets the vertices pointers. | ||
|
| |
Precondition: . | ||
|
| sets the neighbors pointers to NULL. |
|
| |
sets the neighbors pointers. | ||
|
| Changes the orientation of fby exchanging vertex(0) with vertex(1) and neighbor(0) with neighbor(1). |
|
| preforms a counterclockwise permutation of the vertices and neighbors of f. |
|
| preforms a clockwise permutation of the vertices and neighbors of f. |
|
| To perform any required geometrical test on a face. |