|
Gocator Development Kit
|
Represents a set of 2d polylines.

Public Member Functions | |
| kColor | GdkGraphicLineSet_Colour (GdkGraphicLineSet set) |
| Returns the configured colour of the line set. More... | |
| kStatus | GdkGraphicLineSet_Construct (GdkGraphicLineSet *set, k32f width, kColor colour, const kPoint3d32f *points, kSize count, kAlloc allocator) |
| Creates a set of polylines. More... | |
| kStatus | GdkGraphicLineSet_SetColour (GdkGraphicLineSet set, kColor colour) |
| Sets the colour of the line set. More... | |
| kStatus | GdkGraphicLineSet_SetWidth (GdkGraphicLineSet set, k32f width) |
| Sets the width of the line set. More... | |
| k32f | GdkGraphicLineSet_Width (GdkGraphicLineSet set) |
| Returns the configured width of the line set. More... | |