Represents a face in a 3D mesh. More...
#include <CommonTypes.hpp>

Public Attributes | |
| bool | is_quad |
| int | v1 |
| int | v2 |
| int | v3 |
| int | v4 |
Represents a face in a 3D mesh.
This structure can represent either a triangle or a quadrilateral face, depending on the is_quad flag.
| bool Ragot::face_t::is_quad |
| int Ragot::face_t::v1 |
| int Ragot::face_t::v2 |
| int Ragot::face_t::v3 |
| int Ragot::face_t::v4 |