diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-02 00:33:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-02 09:02:57 +0200 |
commit | 6664c1fc92bcf9a7fa9f66896a65bc1b44bdab37 (patch) | |
tree | c5b47327a0731d1e136c30077910aad61c1e1d0c /include/basegfx | |
parent | 0265bdb92e5dbb5ba851a3d89eb8722bdaf081be (diff) |
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/basegfx')
-rw-r--r-- | include/basegfx/vector/b2dvector.hxx | 2 |
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; |