Searched refs:getFullyConstrained (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsnapped-point.cpp210 bool c3 = (other_one.getFullyConstrained() && !other_one.getConstrainedSnap()) && !getFullyConstrained(); // Do not consider constrained snaps here, because these will always be fully constrained anyway
212 bool c3n = !other_one.getFullyConstrained() && (getFullyConstrained() && !getConstrainedSnap());
215 bool d = other_one.getFullyConstrained() && getFullyConstrained() && (Geom::L2(other_one.getPoint() - getPoint()) < 1e-9);
H A Dsnapped-point.h66 bool getFullyConstrained() const {return _fully_constrained;} function in class:Inkscape::SnappedPoint

Completed in 179 milliseconds