Searched defs:axes (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | axis-manip.cpp | 2 * Generic auxiliary routines for 3D axes 17 Axis axes[4] = { X, Y, Z, W }; member in namespace:Proj 24 Axis axes[3] = { X, Y, Z }; member in namespace:Box3D
|
H A D | device-manager.cpp | 190 virtual void setLiveAxes(gint axes) {liveAxes = axes;} argument 385 val = prefs->getString(path + "/axes"); 432 prefs->setString( path + "/axes", tmp );
|
H A D | vanishing-point.cpp | 585 vp.set(box3d_get_perspective(box), Proj::axes[i]); member in class:Box3D::Proj
|
/inkscape/src/ui/dialog/ |
H A D | input.cpp | 547 void mapAxesValues( Glib::ustring const& key, gdouble const * axes, GdkDevice* dev); 776 lbl = Gtk::manage(new Gtk::Label(_("Actual axes count:"))); 1713 // if ( (dev->axes[i].max - dev->axes[i].min) > epsilon ) { 1715 // axesValues[i].set_fraction( (axesMap[key][i].second- dev->axes[i].min) / (dev->axes[i].max - dev->axes[i].min) ); 1732 // if ( (dev->axes[i].max - dev->axes[i].min) > epsilon ) { 1734 // axesValues[i].set_fraction( (axesMap[key][i].second- dev->axes[ 1756 mapAxesValues( Glib::ustring const& key, gdouble const * axes, GdkDevice* dev ) argument [all...] |
Completed in 534 milliseconds