Function:ns2vnpoint
From S2PLOT
ns2vnpoint
Draw multiple points at the given positions with one colour - vector input.
Prototype
void ns2vnpoint(XYZ *P, COLOUR col, int n);
Description
Draw n points at positions P with RBG colour (col), using vector data structures.
See Also
ns2point | Draw a point at the given position and colour. |
ns2vpoint | Draw a point at the given position and colour - vector input. |
ns2thpoint | Draw a thick point at given position, in colour and thickness in pixels (not world coords). |
ns2vthpoint | Draw a thick point at given position, in colour and thickness in pixels (not world coords) - vector input. |
struct_COLOUR | Data structure for (r,g,b) colour indices. |
struct_XYZ | Data structure for (x,y,z) coordinates. |
Back to S2PLOT function list.