Back to class index
| Polyhedron::NumEdgesSyntaxint Polyhedron::NumEdges() const; [7 lines of code]Returns the number of (unique) edges in this polyhedron. This function will enumerate through all faces of this polyhedron to compute the number of unique edges. The running time is linear to the number of faces and vertices in this Polyhedron. See Also |