Searched defs:PureRotateConstrained (Results 1 - 1 of 1) 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

Completed in 23 milliseconds