Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
kStatus GdkGraphicPointSet_Construct ( GdkGraphicPointSet set,
k32f  size,
kMarkerShape  shape,
kColor  colour,
const kPoint3d32f points,
kSize  count,
kAlloc  allocator 
)

Creates a set of points.

Parameters
setPointer to assign the constructed point set to.
sizeSize of the points to be drawn.
shapeShape of the points to be drawn.
colourColour of the points to be drawn.
pointsArray of points (if null, will allocate a buffer without copying points).
countCount of points.
allocatorMemory allocator to use in constructing the object.
Returns
Operation status.