Searched defs:setPoints (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | ray.h | 66 setPoints(A, B); 75 void setPoints(Point const &a, Point const &b) { function in class:Geom::Ray |
H A D | bezier-curve.h | 85 virtual void setPoints(std::vector<Point> const &ps) { function in class:Geom::BezierCurve 88 THROW_LOGICALERROR("BezierCurve::setPoints: incorrect number of points in vector"); |
H A D | line.h | 167 void setPoints(Point const &a, Point const &b) { function in class:Geom::Line |
Completed in 288 milliseconds