Back to class index
| Polyhedron::EdgeIndicesSyntaxstd::vector< std::pair< int, int > > Polyhedron::EdgeIndices() const; [21 lines of code]Returns all the (unique) edges of this polyhedron, as indices to the polyhedron vertex array. Has complexity of O(|V|log|V|), where |V| is the number of vertices in the polyhedron. See AlsoWork in progress:Todo: in std::vector< std::pair< int, int > > Polyhedron::EdgeIndices() const: Support this in linear time. |