summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:36:55 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:36:55 +0000
commitb38fd8e421a1f331f8be5ae917654c8a7ca10fad (patch)
treefa7169a85e64dc03e4c64e05bceea1540537803f /basegfx
parent3d33b6213585161aa8ac475e872416195e48ece1 (diff)
INTEGRATION: CWS aw019 (1.11.36); FILE MERGED
2004/10/13 08:30:24 aw 1.11.36.1: #i34831#
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/inc/basegfx/vector/b2dvector.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/basegfx/inc/basegfx/vector/b2dvector.hxx b/basegfx/inc/basegfx/vector/b2dvector.hxx
index 8c29b4d5800a..696dec56e2d7 100644
--- a/basegfx/inc/basegfx/vector/b2dvector.hxx
+++ b/basegfx/inc/basegfx/vector/b2dvector.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dvector.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 08:36:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -276,6 +276,17 @@ namespace basegfx
*/
B2DVector getPerpendicular( const B2DVector& rNormalizedVec );
+ /** Calculate a perpendicular 2D Vector to the given one,
+ normalize the given one as preparation
+
+ @param rVec
+ The source 2D Vector
+
+ @return
+ A normalized 2D Vector perpendicular to the one given in parameter rVec
+ */
+ B2DVector getNormalizedPerpendicular( const B2DVector& rVec );
+
/** Test two vectors which need not to be normalized for parallelism
@param rVecA