cleanup hull validation

This commit is contained in:
Irlan
2018-04-20 01:23:08 -03:00
parent 0e0438e0a9
commit ffed35d10a
3 changed files with 48 additions and 37 deletions

View File

@ -120,9 +120,11 @@ public:
return m_iteration;
}
// Return if this hull is valid.
bool IsConsistent() const;
// Validate this hull.
void Validate() const;
void Validate(const qhFace* face) const;
void Validate(const qhHalfEdge* edge) const;
// Draw this hull.
void Draw() const;
private: