mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update mQuat.h
This commit is contained in:
parent
39613c0d87
commit
6891d348af
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue