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

/inkscape/src/ui/tools/
H A Ddynamic-base.h88 gdouble ytilt; member in class:Inkscape::UI::Tools::DynamicBase
H A Dcalligraphic-tool.cpp240 if (gdk_event_get_axis (event, GDK_AXIS_YTILT, &this->ytilt)) {
241 this->ytilt = CLAMP (this->ytilt, DDC_MIN_TILT, DDC_MAX_TILT);
243 this->ytilt = DDC_DEFAULT_TILT;
282 gdouble length = std::sqrt(this->xtilt*this->xtilt + this->ytilt*this->ytilt);;
285 Geom::Point ang1 = Geom::Point(this->ytilt/length, this->xtilt/length);
H A Deraser-tool.cpp189 if (gdk_event_get_axis (event, GDK_AXIS_YTILT, &this->ytilt))
190 this->ytilt = CLAMP (this->ytilt, ERC_MIN_TILT, ERC_MAX_TILT);
192 this->ytilt = ERC_DEFAULT_TILT;
230 gdouble length = std::sqrt(this->xtilt*this->xtilt + this->ytilt*this->ytilt);;
233 Geom::Point ang1 = Geom::Point(this->ytilt/length, this->xtilt/length);
H A Ddynamic-base.cpp48 , ytilt(0)

Completed in 3546 milliseconds