diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-09-11 12:25:12 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-09-11 12:25:12 +0000 |
| commit | 3916b60702abf416c04a3dae2e62ca556b40a082 (patch) | |
| tree | 2200ba21e2e8a4bd1ab3cd2b2c412bb62d12a160 /src/perspective3d.h | |
| parent | add select all, select all in all layers, deselect to selector toolbar (diff) | |
| download | inkscape-3916b60702abf416c04a3dae2e62ca556b40a082.tar.gz inkscape-3916b60702abf416c04a3dae2e62ca556b40a082.zip | |
Use angle step from prefs for rotation of PLs; Alt+parentheses rotate PLs by (constant) small amount
(bzr r3720)
Diffstat (limited to 'src/perspective3d.h')
| -rw-r--r-- | src/perspective3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perspective3d.h b/src/perspective3d.h index a431e1f99..caf503e0d 100644 --- a/src/perspective3d.h +++ b/src/perspective3d.h @@ -36,7 +36,7 @@ public: void set_vanishing_point (Box3D::Axis const dir, VanishingPoint const &pt); void set_vanishing_point (Box3D::Axis const dir, gdouble pt_x, gdouble pt_y, gdouble dir_x, gdouble dir_y, VPState st); void set_infinite_direction (Box3D::Axis axis, NR::Point const dir); - void rotate (Box3D::Axis const dir, double const angle); + void rotate (Box3D::Axis const dir, double const angle, bool const alt_pressed = false); void add_box (SP3DBox *box); void remove_box (const SP3DBox *box); bool has_box (const SP3DBox *box) const; |
