Function Index Class Index

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)

Function Documentation

HC_EXTERNAL HIC_API void HIC_Polyhedron_Assemble_Face_Normals ( HIC_Polyhedron const *  phon  ) 

Parameters:
phon A pointer to a const HIC_Polyhedron.
This function assembles polyhedron face normals.

HC_EXTERNAL HIC_API bool HIC_Polyhedron_Face_Normals_Valid ( HIC_Polyhedron const *  phon  ) 

Parameters:
phon A 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.