Searched refs:axes (Results 1 - 10 of 10) 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 | axis-manip.h | 2 * Generic auxiliary routines for 3D axes 36 extern Axis axes[4]; 109 extern Axis axes[3]; 138 * Identify the axes X, Y, Z with the numbers 0, 1, 2.
|
H A D | transf_mat_3x4.cpp | 122 Proj::Pt2 pt1 = column(Proj::axes[i]); 123 Proj::Pt2 pt2 = rhs.column(Proj::axes[i]);
|
H A D | box3d.cpp | 456 /* update corners 0 and 7 according to which handle was moved and to the axes of movement */ 935 dirs[i] = persp3d_get_PL_dir_from_pt(persp, c3, Box3D::toProj(Box3D::axes[i])); 936 if (persp3d_VP_is_finite(persp->perspective_impl, Proj::axes[i])) { 938 axis_finite = Box3D::axes[i]; 940 axis_infinite = Box3D::axes[i]; 1057 if (ev & Box3D::axes[i]) { 1058 box3d_swap_sides(z_orders, Box3D::axes[i]); 1198 if (box->swapped & Box3D::axes[i]) {
|
H A D | persp3d.cpp | 518 cstr = persp3d_get_VP(persp, Proj::axes[i]).coord_string(); 519 g_print (" VP %s: %s\n", Proj::string_from_axis(Proj::axes[i]), cstr);
|
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/tool/ |
H A D | event-utils.cpp | 81 if (event.axes && next.axes) { 82 memcpy(event.axes, next.axes, gdk_device_get_n_axes(event.device));
|
H A D | control-point.cpp | 409 fake.axes = NULL;
|
/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 141 milliseconds