diff --git a/include/bounce/quickhull/qh_hull.h b/include/bounce/quickhull/qh_hull.h index 7bcbe65..c4cadef 100644 --- a/include/bounce/quickhull/qh_hull.h +++ b/include/bounce/quickhull/qh_hull.h @@ -108,12 +108,6 @@ public: // Get the list of faces in this convex hull. const qhList& 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. void Validate() const; void Validate(const qhFace* face) const;