Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / desktop-affine.h
index 00dc9faf030b647fd8185839181cc3205f220181..87d31c751da88aa1c621dcb7a7e9a27c2fbe8ab6 100644 (file)
  */
 
 #include "forward.h"
-#include <libnr/nr-forward.h>
+#include <2geom/forward.h>
 
-NR::Matrix const sp_desktop_root2dt_affine(SPDesktop const *dt);
-NR::Matrix const sp_desktop_dt2root_affine(SPDesktop const *dt);
+Geom::Matrix const sp_desktop_dt2doc_affine (SPDesktop const *dt);
 
-NR::Point sp_desktop_root2dt_xy_point(SPDesktop const *dt, const NR::Point p);
-NR::Point sp_desktop_dt2root_xy_point(SPDesktop const *dt, const NR::Point p);
+Geom::Point sp_desktop_dt2doc_xy_point(SPDesktop const *dt, Geom::Point const p);
+
+#if 0
+Geom::Matrix const sp_desktop_root2dt_affine(SPDesktop const *dt);
+Geom::Matrix const sp_desktop_dt2root_affine(SPDesktop const *dt);
+
+Geom::Point sp_desktop_root2dt_xy_point(SPDesktop const *dt, const Geom::Point p);
+Geom::Point sp_desktop_dt2root_xy_point(SPDesktop const *dt, const Geom::Point p);
+#endif
 
 #endif