Defined Types



TQ3MeshComponent


typedef struct OpaqueTQ3MeshComponent           *TQ3MeshComponent;
Discussion

Opaque pointer representing a connected component of a Mesh.


TQ3MeshContour


typedef struct OpaqueTQ3MeshContour             *TQ3MeshContour;
Discussion

Opaque pointer representing a contour of a Mesh, one of the closed paths that bounds a face.


TQ3MeshEdge


typedef struct OpaqueTQ3MeshEdge                *TQ3MeshEdge;
Discussion

Opaque pointer representing an edge of a Mesh, a straight line segment that connects two vertices.


TQ3MeshFace


typedef struct OpaqueTQ3MeshFace                *TQ3MeshFace;
Discussion

Opaque pointer representing a face of a Mesh. This is a polygonal figure, normally planar, which may contain holes.


TQ3MeshVertex


typedef struct OpaqueTQ3MeshVertex              *TQ3MeshVertex;
Discussion

Opaque pointer representing a vertex of a Mesh.


TQ3PolyhedronEdge


typedef TQ3Uns32                                TQ3PolyhedronEdge;
Discussion

A combination of masks of type TQ3PolyhedronEdgeMasks indicating which edges of a triangle are to be rendered.

© 1999-2008 Quesa Developers (Last Updated 5/10/2008)