Searched defs:Vertex (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dtoposweep.h98 class Vertex { class in class:Geom::TopoGraph
102 Vertex(Point p) : avg(p) {} function in class:Geom::TopoGraph::Vertex
115 Vertex &operator[](unsigned ix) { return vertices[ix]; }
116 Vertex const &operator[](unsigned ix) const { return vertices[ix]; }
127 std::vector<Vertex> vertices;

Completed in 15 milliseconds