diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2018-05-05 22:19:47 +1000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-05 15:57:37 +0200 |
commit | de3d05699db629754600f91452bab373c03e9637 (patch) | |
tree | e4fd3be15df10d140e5c2a63ad00859f8889e27a /include/tools | |
parent | f61ae112b3d926a64696ba969734f840d117b3e9 (diff) |
tools: explain rVRP, rVPN and rVUP in SetOrientation()
Change-Id: If01ee3de013b28e91ecd685b2ffb3b89ee1815f3
Reviewed-on: https://gerrit.libreoffice.org/53891
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/b3dtrans.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
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), |