Searched refs:PureRotateConstrained (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dpure-transform.h194 class PureRotateConstrained: public PureTransform { class in namespace:Inkscape
195 // A rotation is always implicitly constrained, so we will hide the constructor by making it protected; devs should use PureRotateConstrained instead
211 virtual ~PureRotateConstrained() {};
213 PureRotateConstrained(double angle, Geom::Point origin) : function in class:Inkscape::PureRotateConstrained
H A Dpure-transform.cpp319 Geom::Point PureRotateConstrained::getTransformedPoint(SnapCandidatePoint const &p) const {
323 SnappedPoint PureRotateConstrained::snap(::SnapManager *sm, SnapCandidatePoint const &p, Geom::Point pt_orig, Geom::OptRect const &bbox_to_snap) const {
338 void PureRotateConstrained::storeTransform(SnapCandidatePoint const original_point, SnappedPoint snapped_point) {
H A Dseltrans.cpp1250 Inkscape::PureRotateConstrained sn = Inkscape::PureRotateConstrained(radians, _origin);
/inkscape/src/ui/tool/
H A Dtransform-handle-set.cpp427 Inkscape::PureRotateConstrained prc = Inkscape::PureRotateConstrained(angle, rotc);

Completed in 1202 milliseconds