summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-07-04 10:26:36 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-07-04 10:26:36 +0000
commit667a24e083df3651723b6d78ed8058366a772e21 (patch)
treef5562860dfbbd33b0f37ff6519312a63d117811d /src/vanishing-point.cpp
parentAdded missing #ifdefs for HAVE_POPPLER_GLIB (diff)
downloadinkscape-667a24e083df3651723b6d78ed8058366a772e21.tar.gz
inkscape-667a24e083df3651723b6d78ed8058366a772e21.zip
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrained movement of corners, too; determine midpoints of edges)
(bzr r3183)
Diffstat (limited to 'src/vanishing-point.cpp')
-rw-r--r--src/vanishing-point.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vanishing-point.cpp b/src/vanishing-point.cpp
index 21bb7fa76..bd1c8f5b0 100644
--- a/src/vanishing-point.cpp
+++ b/src/vanishing-point.cpp
@@ -84,6 +84,9 @@ void VanishingPoint::draw(Box3D::Axis const axis)
else
create_canvas_point(*this, 6.0, 0xffffff00);
break;
+ default:
+ g_assert_not_reached();
+ break;
}
}