HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


Draw_DC_Polymarker


Functions

void Draw_DC_Polymarker (HT_Rendition *nr, int count, HT_DC_Point *points, const float *rotations, const float *sizes)

Function Documentation

void Draw_DC_Polymarker HT_Rendition *  nr,
int  count,
HT_DC_Point *  points,
const float *  rotations,
const float *  sizes
 

Draws a polymarker.

Parameters:
nr - Rendition. Passed by reference.
count - Number of vertices in polymarker.
points - Array of count vertices. Passed by reference.
rotations - Array of rotations.
sizes - Array of sizes.

DETAILS

This can be used in a callback function for the "draw dc marker" callback point.

NOTES

RESTRICTIONS

See also:
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>