Polyhedron_XXX_Face_Normals

Functions

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)
 

Detailed Description

Function Documentation

◆ HIC_Polyhedron_Assemble_Face_Normals()

HC_EXTERNAL HIC_API void HIC_Polyhedron_Assemble_Face_Normals ( HIC_Polyhedron const *  phon)
Parameters
phonA pointer to a const HIC_Polyhedron.

This function assembles polyhedron face normals.

◆ HIC_Polyhedron_Face_Normals_Valid()

HC_EXTERNAL HIC_API bool HIC_Polyhedron_Face_Normals_Valid ( HIC_Polyhedron const *  phon)
Parameters
phonA pointer to a const HIC_Polyhedron.
Returns
A boolean, true if polyhedron face normals are valid and false if polyhedron face normals are invalid.

This function returns a boolean which is true if polyhedron face normals are valid and false if polyhedron face normals are invalid.