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

/inkscape/src/
H A Daxis-manip.cpp2 * 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 Daxis-manip.h2 * 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 Dtransf_mat_3x4.cpp122 Proj::Pt2 pt1 = column(Proj::axes[i]);
123 Proj::Pt2 pt2 = rhs.column(Proj::axes[i]);
H A Dbox3d.cpp456 /* 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 Dpersp3d.cpp518 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 Ddevice-manager.cpp190 virtual void setLiveAxes(gint axes) {liveAxes = axes;} argument
385 val = prefs->getString(path + "/axes");
432 prefs->setString( path + "/axes", tmp );
H A Dvanishing-point.cpp585 vp.set(box3d_get_perspective(box), Proj::axes[i]); member in class:Box3D::Proj
/inkscape/src/ui/tool/
H A Devent-utils.cpp81 if (event.axes && next.axes) {
82 memcpy(event.axes, next.axes, gdk_device_get_n_axes(event.device));
H A Dcontrol-point.cpp409 fake.axes = NULL;
/inkscape/src/ui/dialog/
H A Dinput.cpp547 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