UF_DISP_facet_s (view source)
 
Defined in: uf_disp_types.h
 
Also known as:
 
Overview
STRUCTURE: UF_DISP_facet_t

DESCRIPTION: This structure contains the vertices and normals
for ONE facet. The structure may be put into an
array so that many facets may be displayed at one time.


Data Members

vertices
double *
The vertices are of the form
(X, Y, Z )
((vertices[1], vertices[2], vertices[3]),
(vertices[4], vertices[5], vertices[6])
...
in which each vertex point is represented by an
(x,y,z) coordinate

normals
double *
The normals are of the same form as the vertices
above. The number of normals must equal the
number of vertices