diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-17 18:42:23 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-17 18:42:23 +0000 |
| commit | dfd48bd9b4e9c017a5045b202deb7d9dd514e5b4 (patch) | |
| tree | 22e6dad0880bf0cf365f02fe5a41ccf139281a1f /src/perspective-line.h | |
| parent | Fix skel-strokes example. (diff) | |
| download | inkscape-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.h | 1 |
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: |
