UF_DISP_facet_s (view source)
Defined in: uf_disp_types.h
Also known as:
- UF_DISP_facet_t
- UF_DISP_facet_p_t
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 *
normals
double *
(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