Show_Polygon_XXX

Functions

int

HIC_Show_Polygon_Visibility

int

HIC_Show_Polygon_Count

HIC_Point *

HIC_Show_Polygon_Points

Detailed Description

group Show_Polygon_XXX

Function Documentation

int HIC_Show_Polygon_Visibility(HIC_Rendition *nr)

Parameters

nr – A pointer to a const HIC_Rendition.

Returns

An int.

int HIC_Show_Polygon_Count(HIC_Polygon *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 *HIC_Show_Polygon_Points(HIC_Polygon *polygon)

This function returns polygon points.

Parameters

polygon – A pointer to a const HIC_Polygon.

Returns

A pointer to a const HIC_Point.