diff options
Diffstat (limited to 'include/tools/b3dtrans.hxx')
-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), |