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

/inkscape/src/libavoid/
H A Dgraph.h53 return _dist;
86 double _dist; member in class:Avoid::EdgeInf
/inkscape/src/
H A Dsnap-candidate.h39 _dist()
48 _dist()
59 _dist()
71 void setDistance(Geom::Coord dist) {_dist = dist;}
72 Geom::Coord getDistance() { return _dist;}
78 bool operator <(const SnapCandidatePoint &other) const { return _dist < other._dist; } // Needed for sorting the SnapCandidatePoints
108 Geom::Coord _dist; member in class:Inkscape::SnapCandidatePoint

Completed in 13 milliseconds