Functions | |
void | Show_Faces (int *face_count, int *faces) |
Show faces associated with the currently open region. More... | |
void | Show_Faces_Count (int *face_count) |
Finds the number of faces in a given region. This is useful in determining the size of the data structure that must holds faces More... | |
void Show_Faces | ( | int * | face_count, |
int * | faces | ||
) |
Show faces associated with the currently open region.
face_count | - number of faces in a given region. Returned to caller. Passed by reference always |
faces | - array of indices of the faces in a given region, length equal to face_count. Returned to caller. Passed by reference always. |
void Show_Faces_Count | ( | int * | face_count | ) |
Finds the number of faces in a given region. This is useful in determining the size of the data structure that must holds faces
face_count | - number of faces in a given region. Returned to caller. Passed by reference always |
No additional details. See Show_Faces()