Explorar o código

Update mQuat.h

irei1as %!s(int64=9) %!d(string=hai) anos
pai
achega
6891d348af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/math/mQuat.h

+ 1 - 1
Engine/source/math/mQuat.h

@@ -227,7 +227,7 @@ inline F32 QuatF::dot( const QuatF &q ) const
 
 inline F32 QuatF::angleBetween( const QuatF & q )
 {
-   // angle between two quaternions.
+   // angle between two normalized quaternions.
    return mAcos(q.dot(*this)) * 2.0f;
 }