Function Index Class Index

Draw_DC_XXX_Polymarker

Functions

HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Polymarker (HIC_Rendition const *nr, int count, HIC_DC_Point const point[], HIC_RGBAS32 const *colors, bool single, float const *rotations, float const *size_fixups)
 
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)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Polymarker ( HIC_Rendition const *  nr,
int  count,
HIC_DC_Point const  point[],
HIC_RGBAS32 const *  colors,
bool  single,
float const *  rotations,
float const *  size_fixups 
)
Parameters
nrA pointer to a const HIC_Rendition.
countAn int representing the number of points in the HIC_DC_Point array.
pointAn array of const HIC_DC_Point.
colorsA pointer to a const HIC_RGBAS32.
singleA boolean.
rotationsA pointer to a const float.
size_fixupsA pointer to a const float.

This function draws a polymarker using passed in color values instead of rendition colors.

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
nrA pointer to a const HIC_Rendition.
countAn int.
pointAn array of const HIC_DC_Point.
rotationsA pointer to a const float.
size_fixupsA pointer to a const float.

This function draws a polymarker.