[Libreoffice-commits] core.git: include/tools
Chris Sherlock
chris.sherlock79 at gmail.com
Sat May 5 13:57:57 UTC 2018
include/tools/b3dtrans.hxx | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit de3d05699db629754600f91452bab373c03e9637
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat May 5 22:19:47 2018 +1000
tools: explain rVRP, rVPN and rVUP in SetOrientation()
Change-Id: If01ee3de013b28e91ecd685b2ffb3b89ee1815f3
Reviewed-on: https://gerrit.libreoffice.org/53891
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/include/tools/b3dtrans.hxx b/include/tools/b3dtrans.hxx
index 8dcd57e6da26..9f71d7d87750 100644
--- a/include/tools/b3dtrans.hxx
+++ b/include/tools/b3dtrans.hxx
@@ -86,7 +86,12 @@ public:
void Reset();
- // Orientation
+ /** Set the orientation
+
+ @param vVRP the View Reference Point (VRP)
+ @param vVPN the View Plane Normal (VPN)
+ @param vVUP the View Up Plane (VUP)
+ */
void SetOrientation(
const basegfx::B3DPoint& rVRP = basegfx::B3DPoint(0.0,0.0,1.0),
const basegfx::B3DVector& rVPN = basegfx::B3DVector(0.0,0.0,1.0),
More information about the Libreoffice-commits
mailing list