diff options
Diffstat (limited to 'src/perspective3d.cpp')
| -rw-r--r-- | src/perspective3d.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/perspective3d.cpp b/src/perspective3d.cpp index 2c9a5e61e..1ad910bfa 100644 --- a/src/perspective3d.cpp +++ b/src/perspective3d.cpp @@ -77,7 +77,8 @@ Perspective3D::~Perspective3D () } -VanishingPoint *Perspective3D::get_vanishing_point (Box3D::Axis const dir) +VanishingPoint * +Perspective3D::get_vanishing_point (Box3D::Axis const dir) { // FIXME: Also handle value 'NONE' in switch switch (dir) { @@ -93,7 +94,8 @@ VanishingPoint *Perspective3D::get_vanishing_point (Box3D::Axis const dir) } } -void Perspective3D::set_vanishing_point (Box3D::Axis const dir, VanishingPoint const &pt) +void +Perspective3D::set_vanishing_point (Box3D::Axis const dir, VanishingPoint const &pt) { switch (dir) { case X: |
