• Welcome to Kart Racing Pro Official Forum. Please login or sign up.
 
April 18, 2024, 02:15:06 AM

News:

Please read the FORUM RULES


Rotation Matrix?

Started by elude107, July 15, 2011, 06:36:53 PM

Previous topic - Next topic

elude107

Can we get some more information about the plugin's rotation matrix? (m_aafRot[3][3]). Is it 3x3 or 4x4? What do its values mean?
Thanks in advance.

PiBoSo


m_aafRot is a 3x3 rotation matrix.
m_aafRot[0][0], m_aafRot[1][0], m_aafRot[2][0] is the Right vector
m_aafRot[0][1], m_aafRot[1][1], m_aafRot[2][1] is the Up vector
m_aafRot[0][2], m_aafRot[1][2], m_aafRot[2][2] is the Forward vector