Function Index Class Index

Show_Polygon_XXX

Functions

HC_EXTERNAL HIC_API int HIC_Show_Polygon_Count (HIC_Polygon const *polygon)
 
HC_EXTERNAL HIC_API HIC_Point
const * 
HIC_Show_Polygon_Points (HIC_Polygon const *polygon)
 
HC_EXTERNAL HIC_API int HIC_Show_Polygon_Visibility (HIC_Rendition const *nr)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API int HIC_Show_Polygon_Count ( HIC_Polygon const *  polygon)
Parameters
polygonA pointer to a const HIC_Polygon.
Returns
An int, representing vertices with respect to object coordinates.

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

HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Polygon_Points ( HIC_Polygon const *  polygon)
Parameters
polygonA pointer to a const HIC_Polygon.
Returns
A pointer to a const HIC_Point.

This function returns polygon points.

HC_EXTERNAL HIC_API int HIC_Show_Polygon_Visibility ( HIC_Rendition const *  nr)
Parameters
nrA pointer to a const HIC_Rendition.
Returns
An int.
See Also
HIC_Set_Visibility, HIC_Show_Visibility