Function:ns2vnpoint

From S2PLOT

Revision as of 01:41, 30 October 2007; view current revision
←Older revision | Newer revision→
Jump to: navigation, search

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.


Personal tools