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

/inkscape/src/livarot/
H A DShape.h320 {for(std::vector<dg_point>::iterator it=_pts.begin();it!=_pts.end();++it) it->x*=tr;}
369 inline int numberOfPoints() const { return _pts.size(); }
370 inline bool hasPoints() const { return (_pts.empty() == false); }
379 inline dg_point const &getPoint(int n) const { return _pts[n]; }
547 std::vector<dg_point> _pts; member in class:Shape

Completed in 13 milliseconds