Back to class index
| Polyhedron::vSyntaxVecArray Polyhedron::v; [1 line of code]Specifies the vertices of this polyhedron. Syntaxstd::vector< Face > Polyhedron::f; [1 line of code]Specifies the individual faces of this polyhedron. Each face is described by a list of indices to the vertex array. The indices define a simple polygon in counter-clockwise winding order. |