Show_Polygon_XXX

Detailed Description

group Show_Polygon_XXX

Function Documentation

int HIC_Show_Polygon_Visibility(HIC_Rendition const *nr)

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:An int.
int HIC_Show_Polygon_Count(HIC_Polygon const *polygon)

This function returns an int which represents vertices with respect to coordinates of a polygon.

Parameters:polygon – A pointer to a const HIC_Polygon.
Returns:An int, representing vertices with respect to object coordinates.
HIC_Point const *HIC_Show_Polygon_Points(HIC_Polygon const *polygon)

This function returns polygon points.

Parameters:polygon – A pointer to a const HIC_Polygon.
Returns:A pointer to a const HIC_Point.