From 667a24e083df3651723b6d78ed8058366a772e21 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Wed, 4 Jul 2007 10:26:36 +0000 Subject: New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrained movement of corners, too; determine midpoints of edges) (bzr r3183) --- src/vanishing-point.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vanishing-point.cpp') 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; } } -- cgit v1.2.3