summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-06-02 00:33:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-02 09:02:57 +0200
commit6664c1fc92bcf9a7fa9f66896a65bc1b44bdab37 (patch)
treec5b47327a0731d1e136c30077910aad61c1e1d0c /include
parentconvert GRFILTER constants to ERRCODE_GRFILTER_ (diff)
downloadcore-6664c1fc92bcf9a7fa9f66896a65bc1b44bdab37.tar.gz
core-6664c1fc92bcf9a7fa9f66896a65bc1b44bdab37.zip
fix comment: B2DVector::angle ranges from -pi to +pi
Change-Id: I53f9bad932c0d389081575a0c99f1d86a872ea54 Reviewed-on: https://gerrit.libreoffice.org/38334 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/basegfx/vector/b2dvector.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/vector/b2dvector.hxx b/include/basegfx/vector/b2dvector.hxx
index 13301d18974f..6c452f89bd47 100644
--- a/include/basegfx/vector/b2dvector.hxx
+++ b/include/basegfx/vector/b2dvector.hxx
@@ -153,7 +153,7 @@ namespace basegfx
The second 2D Vector
@return
- The Angle value of the two involved 2D Vectors in -pi/2 < return < pi/2
+ The Angle value of the two involved 2D Vectors ranging from -pi to +pi
*/
double angle( const B2DVector& rVec ) const;