![]() |
A helper class for quadrangulation computation. More...
Public Member Functions | |
| bool | IsAllQuads () const |
| Returns true if the mesh is all-quads. More... | |
Public Attributes | |
| int | pointsOffset |
| int | numAdditionalPoints |
| int | maxNumVert |
| std::vector< int > | numVerts |
| std::vector< int > | verts |
A helper class for quadrangulation computation.
Definition at line 65 of file meshUtil.h.
|
inline |
Returns true if the mesh is all-quads.
Definition at line 69 of file meshUtil.h.