|
Gocator Development Kit
|
| kStatus GdkGraphicPointSet_Construct | ( | GdkGraphicPointSet * | set, |
| k32f | size, | ||
| kMarkerShape | shape, | ||
| kColor | colour, | ||
| const kPoint3d32f * | points, | ||
| kSize | count, | ||
| kAlloc | allocator | ||
| ) |
Creates a set of points.
| set | Pointer to assign the constructed point set to. |
| size | Size of the points to be drawn. |
| shape | Shape of the points to be drawn. |
| colour | Colour of the points to be drawn. |
| points | Array of points (if null, will allocate a buffer without copying points). |
| count | Count of points. |
| allocator | Memory allocator to use in constructing the object. |