|
HC_EXTERNAL HIC_API void HIC_Draw_DC_Polymarker |
( |
HIC_Rendition const * |
nr, |
|
|
int |
count, |
|
|
HIC_DC_Point const * |
point, |
|
|
float const * |
rotations, |
|
|
float const * |
size_fixups | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| count | An int. |
| point | An array of const HIC_DC_Point. |
| rotations | A pointer to a const float. |
| size_fixups | A pointer to a const float. |
This function draws a polymarker.
|