Draw_DC_XXX_Polymarker
Functions
void |
|
void |
Detailed Description
- group Draw_DC_XXX_Polymarker
Function Documentation
-
void HIC_Draw_DC_Polymarker(HIC_Rendition const *nr, int count, HIC_DC_Point const point[], float const *rotations, float const *size_fixups)
This function draws a polymarker.
- 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.
-
void HIC_Draw_DC_Colorized_Polymarker(HIC_Rendition const *nr, int count, HIC_DC_Point const point[], HIC_RGBAS32 const *colors, int single, float const *rotations, float const *size_fixups)
This function draws a polymarker using passed in color values instead of rendition colors.
- Parameters:
nr – A pointer to a const HIC_Rendition.
count – An int representing the number of points in the HIC_DC_Point array.
point – An array of const HIC_DC_Point.
colors – A pointer to a const HIC_RGBAS32.
single – A boolean.
rotations – A pointer to a const float.
size_fixups – A pointer to a const float.