Draw_DC_Face

Functions

void

HIC_Draw_DC_Face

void

HIC_Draw_DC_Colorized_Face

Detailed Description

group Draw_DC_Face

Function Documentation

void HIC_Draw_DC_Face(HIC_Rendition *nr, int count, HIC_DC_Point points[])

This function draws a face.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • count – An int, the number of points in the array of vertices which define a polygon.

  • points – A pointer to a const HIC_DC_Point.

void HIC_Draw_DC_Colorized_Face(HIC_Rendition *nr, int count, HIC_DC_Point points[], HIC_RGBAS32 color[])

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

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • count – An int.

  • points – A pointer to a const HIC_DC_Point.

  • color – A pointer to a const HIC_RGBAS32.