|
||
CURVE_NODE |
||||||||||||||||||
Structure |
A primitive-level data type that stores the data associated with a SilverScreen Spline or Bezier curve.
struct CURVE_NODE : PRIM_NODE { SURFACE_NODE *sn; RGB surface_rgb; int surface_pattern_number; USINT curve_width_style; RGB curve_rgb; PRIM_NODE *first_point; TEXTURE_DATA *texture; };
|
|||||||||||||||||
Members (curve-specific) |
|
|||||||||||||||||
Remarks |
A PRIM_NODE may be used to iterate the 'first_point' list, provided the first_hole member is not referenced. |
|
||||||||||||||||
Header |
silver.h, ssnodes.h |
|||||||||||||||||