Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
kStatus GdkGraphicLineSet_Construct ( GdkGraphicLineSet set,
k32f  width,
kColor  colour,
const kPoint3d32f points,
kSize  count,
kAlloc  allocator 
)

Creates a set of polylines.

Parameters
setHandle to hold the newly constructed line set.
widthLine width.
colourLine colour.
pointsArray of line points (if null, will allocate a buffer without copying points).
countCount of points.
allocatorMemory allocator to use in constructing the object.
Returns
Operation status.