summaryrefslogtreecommitdiffstats
path: root/src/perspective-line.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-08-17 18:42:23 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-08-17 18:42:23 +0000
commitdfd48bd9b4e9c017a5045b202deb7d9dd514e5b4 (patch)
tree22e6dad0880bf0cf365f02fe5a41ccf139281a1f /src/perspective-line.h
parentFix skel-strokes example. (diff)
downloadinkscape-dfd48bd9b4e9c017a5045b202deb7d9dd514e5b4.tar.gz
inkscape-dfd48bd9b4e9c017a5045b202deb7d9dd514e5b4.zip
Enable center-dragging of boxes ('in perspective') within the XY-plane
(bzr r3497)
Diffstat (limited to 'src/perspective-line.h')
-rw-r--r--src/perspective-line.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perspective-line.h b/src/perspective-line.h
index cf8f2ba54..90104ffdf 100644
--- a/src/perspective-line.h
+++ b/src/perspective-line.h
@@ -32,6 +32,7 @@ public:
PerspectiveLine (NR::Point const &pt, Box3D::Axis const axis, Perspective3D *perspective);
NR::Maybe<NR::Point> intersect (Line const &line); // FIXME: Can we make this return only a NR::Point to remove the extra method meet()?
NR::Point meet (Line const &line);
+ NR::Point pt_with_given_cross_ratio (NR::Point const &C, NR::Point const &D, double gamma);
NR::Maybe<NR::Point> intersection_with_viewbox (SPDesktop *desktop);
private: