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

/inkscape/src/live_effects/
H A Dlpe-gears.cpp54 Geom::Point centre() {return _centre;}
55 void centre(Geom::Point c) {_centre = c;}
71 _centre = Geom::Point(0.0,0.0);
79 Geom::Point _centre; member in class:Gear
89 I = I*base_radius() + _centre;
99 B = B*R + _centre;
163 Geom::Point leading_end = (root_radius() * unit_vector(leading_start - _centre)) + _centre;
176 Geom::Point trailing_end = (base_radius() * unit_vector(trailing_start - _centre)) + _centre;
[all...]

Completed in 12 milliseconds