summaryrefslogtreecommitdiffstats
path: root/src/perspective-line.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-09-18 17:43:41 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-09-18 17:43:41 +0000
commit4feb015def0a7d59a390c6d4e8c24d6d26c70168 (patch)
tree97e9a78fc9af335a599d44a73beeadd2eb74556c /src/perspective-line.h
parentMore NR ==> Geom conversion (points and some matrices/transforms) (diff)
downloadinkscape-4feb015def0a7d59a390c6d4e8c24d6d26c70168.tar.gz
inkscape-4feb015def0a7d59a390c6d4e8c24d6d26c70168.zip
More NR::Point ==> Geom::Point
(bzr r6837)
Diffstat (limited to 'src/perspective-line.h')
-rw-r--r--src/perspective-line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perspective-line.h b/src/perspective-line.h
index e0235aafc..57abaae9c 100644
--- a/src/perspective-line.h
+++ b/src/perspective-line.h
@@ -27,7 +27,7 @@ public:
* PL runs through it; otherwise it has the direction specified by the v_dir vector
* of the VP.
*/
- PerspectiveLine (NR::Point const &pt, Proj::Axis const axis, Persp3D *persp);
+ PerspectiveLine (Geom::Point const &pt, Proj::Axis const axis, Persp3D *persp);
private:
Proj::Axis vp_dir; // direction of the associated VP