Ver Fonte

Update mQuat.h

irei1as há 9 anos atrás
pai
commit
6891d348af
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 }