From cae2409c94b11d17643f7c19829e2653d759ff8e Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 13 Dec 2007 09:45:27 +0000 Subject: Fundamentally reworked version of the 3D box tool (among many other things, this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) --- src/axis-manip.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/axis-manip.cpp') diff --git a/src/axis-manip.cpp b/src/axis-manip.cpp index 7539f2324..1eed56439 100644 --- a/src/axis-manip.cpp +++ b/src/axis-manip.cpp @@ -13,6 +13,13 @@ #include "axis-manip.h" +namespace Proj { + +Axis axes[4] = { X, Y, Z, W }; + +} // namespace Proj + + namespace Box3D { Axis axes[3] = { X, Y, Z }; -- cgit v1.2.3