remove function prototype that would come in on output preparation
This commit is contained in:
parent
4ebe826eea
commit
125cebaefb
@ -108,12 +108,6 @@ public:
|
|||||||
// Get the list of faces in this convex hull.
|
// Get the list of faces in this convex hull.
|
||||||
const qhList<qhFace>& GetFaceList() const;
|
const qhList<qhFace>& GetFaceList() const;
|
||||||
|
|
||||||
// Get the number of unique edges in this convex hull.
|
|
||||||
// u32 GetEdgeCount() const;
|
|
||||||
|
|
||||||
// Get the number of unique vertices in this convex hull.
|
|
||||||
// u32 GetVertexCount() const;
|
|
||||||
|
|
||||||
// Validate this hull.
|
// Validate this hull.
|
||||||
void Validate() const;
|
void Validate() const;
|
||||||
void Validate(const qhFace* face) const;
|
void Validate(const qhFace* face) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user