4 Data Structures
TQ3LineData
data type. See "Creating and Editing Lines," beginning on page 4-63 for a description of the routines you can use to create and edit lines. Figure 4-10 shows a line.
typedef struct TQ3LineData { TQ3Vertex3D vertices[2]; TQ3AttributeSet lineAttributeSet; } TQ3LineData;vertices
An array of two vertices.lineAttributeSet
A set of attributes for the line. The value in this field isNULL
if no line attributes are defined.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker