summaryrefslogtreecommitdiff
path: root/include/svx/camera3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/camera3d.hxx')
-rw-r--r--include/svx/camera3d.hxx17
1 files changed, 8 insertions, 9 deletions
diff --git a/include/svx/camera3d.hxx b/include/svx/camera3d.hxx
index 4cd21601b5dd..e151f2883a91 100644
--- a/include/svx/camera3d.hxx
+++ b/include/svx/camera3d.hxx
@@ -33,10 +33,10 @@
class SAL_WARN_UNUSED SVXCORE_DLLPUBLIC Camera3D final : public Viewport3D
{
- basegfx::B3DPoint aPosition;
- basegfx::B3DPoint aLookAt;
- double fFocalLength;
- double fBankAngle;
+ basegfx::B3DPoint aPosition;
+ basegfx::B3DPoint aLookAt;
+ double fFocalLength;
+ double fBankAngle;
bool bAutoAdjustProjection;
@@ -53,14 +53,13 @@ public:
void SetPosAndLookAt(const basegfx::B3DPoint& rNewPos, const basegfx::B3DPoint& rNewLookAt);
// Focal length in mm
- void SetFocalLength(double fLen);
- double GetFocalLength() const { return fFocalLength; }
+ void SetFocalLength(double fLen);
+ double GetFocalLength() const { return fFocalLength; }
// Bank angle left/right
- void SetBankAngle(double fAngle);
+ void SetBankAngle(double fAngle);
- void SetAutoAdjustProjection(bool bAdjust)
- { bAutoAdjustProjection = bAdjust; }
+ void SetAutoAdjustProjection(bool bAdjust) { bAutoAdjustProjection = bAdjust; }
};
#endif // INCLUDED_SVX_CAMERA3D_HXX