From e8329c698896005d613898217c196ff31251fc70 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 18 Aug 2006 21:10:46 +0000 Subject: [PATCH] minor change to comment --- panda/src/linmath/lvector3_src.I | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/panda/src/linmath/lvector3_src.I b/panda/src/linmath/lvector3_src.I index 5336dfb077..dd3ae9651b 100644 --- a/panda/src/linmath/lvector3_src.I +++ b/panda/src/linmath/lvector3_src.I @@ -183,7 +183,8 @@ cross(const FLOATNAME(LVecBase3) &other) const { // Function: LVector::angle_rad // Access: Published // Description: Returns the angle between this vector and the other -// one, expressed in radians. +// one, expressed in radians. Both vectors should be +// initially normalized. //////////////////////////////////////////////////////////////////// INLINE_LINMATH FLOATTYPE FLOATNAME(LVector3):: angle_rad(const FLOATNAME(LVector3) &other) const { @@ -202,7 +203,8 @@ angle_rad(const FLOATNAME(LVector3) &other) const { // Function: LVector::angle_deg // Access: Published // Description: Returns the angle between this vector and the other -// one, expressed in degrees. +// one, expressed in degrees. Both vectors should be +// initially normalized. //////////////////////////////////////////////////////////////////// INLINE_LINMATH FLOATTYPE FLOATNAME(LVector3):: angle_deg(const FLOATNAME(LVector3) &other) const {