Back to class index
| Polyhedron::EdgesSyntaxLineSegmentArray Polyhedron::Edges() const; [10 lines of code]Returns all the (unique) edges of this polyhedron. Has complexity of O(|V|log|V|), where |V| is the number of vertices in the polyhedron. See AlsoWork in progress:Todo: in LineSegmentArray Polyhedron::Edges() const: Support this in linear time. |