summaryrefslogtreecommitdiffstats
path: root/src/perspective-line.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-07-03 18:38:27 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-07-03 18:38:27 +0000
commit91ec7fdec97678b9b403f5e6a823bb2062c43a41 (patch)
tree260db20d7e9b4aeef731058007d04b8222a82f73 /src/perspective-line.cpp
parentMake 3D axes correspond to places in binary representation (allows for more g... (diff)
downloadinkscape-91ec7fdec97678b9b403f5e6a823bb2062c43a41.tar.gz
inkscape-91ec7fdec97678b9b403f5e6a823bb2062c43a41.zip
More meaningful name for 3D axis directions
(bzr r3169)
Diffstat (limited to 'src/perspective-line.cpp')
-rw-r--r--src/perspective-line.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perspective-line.cpp b/src/perspective-line.cpp
index b2e4d2340..158ddd47b 100644
--- a/src/perspective-line.cpp
+++ b/src/perspective-line.cpp
@@ -15,7 +15,7 @@
namespace Box3D {
-PerspectiveLine::PerspectiveLine (NR::Point const &pt, PerspDir const axis, Perspective3D *perspective) :
+PerspectiveLine::PerspectiveLine (NR::Point const &pt, Box3D::Axis const axis, Perspective3D *perspective) :
Line (pt, *(perspective->get_vanishing_point(axis)), true)
{
g_assert (perspective != NULL);