TQ3TriangleData
data type. See "Creating and
Editing Triangles," beginning on page 4-76 for a description of
the routines you can use to create and edit triangles. Figure
4-12 shows a triangle.typedef struct TQ3TriangleData { TQ3Vertex3D vertices[3]; TQ3AttributeSet triangleAttributeSet; } TQ3TriangleData;vertices
The three vertices that define the three sides of the triangle.triangleAttributeSet
A set of attributes for the triangle. The value in this field isNULL
if no triangle attributes are defined.
Generated with Harlequin WebMaker