Back to class index
| Polyhedron::EdgeSyntaxLineSegment Polyhedron::Edge(int edgeIndex) const; [11 lines of code]Returns the Performance warning: Use this function only if you are interested in a single edge of this Polyhedron. This function calls the Edges() member function to receive a list of all the edges, so has a complexity of O(|V|log|V|), where |V| is the number of vertices in the polyhedron. ParametersintedgeIndexThe index of the edge to get, in the range [0, NumEdges()-1]. See Also |