diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-07-04 10:26:36 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-07-04 10:26:36 +0000 |
| commit | 667a24e083df3651723b6d78ed8058366a772e21 (patch) | |
| tree | f5562860dfbbd33b0f37ff6519312a63d117811d /src/vanishing-point.cpp | |
| parent | Added missing #ifdefs for HAVE_POPPLER_GLIB (diff) | |
| download | inkscape-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.cpp | 3 |
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; } } |
