include/tools/b3dtrans.hxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
New commits: commit de3d05699db629754600f91452bab373c03e9637 Author: Chris Sherlock <[email protected]> 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 <[email protected]> Reviewed-by: Noel Grandin <[email protected]> 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), _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
