Functions | |
HC_EXTERNAL HIC_API int | HIC_Get_Polyhedron_Point_Count (HIC_Polyhedron const *phon) |
HC_EXTERNAL HIC_API HIC_Point const * | HIC_Get_Polyhedron_Points (HIC_Polyhedron const *phon) |
HC_EXTERNAL HIC_API int * | HIC_Get_Polyhedron_Shell_Face_List (HIC_Polyhedron const *phon) |
HC_EXTERNAL HIC_API int | HIC_Get_Polyhedron_Shell_Face_List_Length (HIC_Polyhedron const *phon) |
HC_EXTERNAL HIC_API int | HIC_Get_Polyhedron_Face_Count (HIC_Polyhedron const *phon) |
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Face_Count | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
This function returns the number of faces in a polygedron as an int.
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Point_Count | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
This function returns the number of points in a polyhedron as an int.
HC_EXTERNAL HIC_API HIC_Point const* HIC_Get_Polyhedron_Points | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
This function returns polyhedron points.
HC_EXTERNAL HIC_API int* HIC_Get_Polyhedron_Shell_Face_List | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
This function returns a polyhedron shell face list.
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Shell_Face_List_Length | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
This function returns the length of the polyhedron shell face list as an int.