Code

Refactoring SPColor to C++ and removing legacy CMYK implementation
[inkscape.git] / src / perspective3d.h
index 8c63cf42e12d7c27eefd3a4c09dd4735d19942a1..caf503e0daf45d5d609a0b131d83bd9fda4f5606 100644 (file)
@@ -35,6 +35,8 @@ public:
     Axis get_axis_of_VP (VanishingPoint *vp);
     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, bool const alt_pressed = false);
     void add_box (SP3DBox *box);
     void remove_box (const SP3DBox *box);
     bool has_box (const SP3DBox *box) const;