Functions | |
HC_EXTERNAL HIC_API void | HIC_Get_Bounding_Cuboid (HIC_Segment_Info const *si, HIC_Bounding_Cuboid *bounding) |
HC_EXTERNAL HIC_API int | HIC_Get_Polyhedron_Face_Count (HIC_Polyhedron const *phon) |
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 void | HIC_Polyhedron_Assemble_Face_Normals (HIC_Polyhedron const *phon) |
HC_EXTERNAL HIC_API bool | HIC_Polyhedron_Face_Normals_Valid (HIC_Polyhedron const *phon) |
HC_EXTERNAL HIC_API void | HIC_Polyhedron_Generate_Face_List (HIC_Polyhedron const *phon) |
HC_EXTERNAL HIC_API bool | HIC_Tristrip_Has_DL (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API void | HIC_Tristrip_Mark_Texture_Prebound (HIC_Tristrip const *ts) |
HC_EXTERNAL HIC_API bool | HIC_Using_Analytic_HSRA (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API bool | HIC_Using_Double_Buffer_Swap (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void HIC_Get_Bounding_Cuboid | ( | HIC_Segment_Info const * | si, | |
HIC_Bounding_Cuboid * | bounding | |||
) |
si | A pointer to a const HIC_Segment_Info. | |
bounding | A pointer to HIC_Bounding_Cuboid. |
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Face_Count | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Point_Count | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
HC_EXTERNAL HIC_API HIC_Point const* HIC_Get_Polyhedron_Points | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
HC_EXTERNAL HIC_API int* HIC_Get_Polyhedron_Shell_Face_List | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Shell_Face_List_Length | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
HC_EXTERNAL HIC_API void HIC_Polyhedron_Assemble_Face_Normals | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
HC_EXTERNAL HIC_API bool HIC_Polyhedron_Face_Normals_Valid | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
HC_EXTERNAL HIC_API void HIC_Polyhedron_Generate_Face_List | ( | HIC_Polyhedron const * | phon | ) |
phon | A pointer to a const HIC_Polyhedron. |
HC_EXTERNAL HIC_API bool HIC_Tristrip_Has_DL | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API void HIC_Tristrip_Mark_Texture_Prebound | ( | HIC_Tristrip const * | ts | ) |
ts | A pointer to a const HIC_Tristrip. |
HC_EXTERNAL HIC_API bool HIC_Using_Analytic_HSRA | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
HC_EXTERNAL HIC_API bool HIC_Using_Double_Buffer_Swap | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |