[ODE] Understanding Rotation Matrix

Joey Coyle ode at xcoyle.com
Wed Dec 1 17:43:43 MST 2004


Thanks

So is this right??

For Matrix

11    12    13
21     22    23
31     32    33

and matrix m

rc  11  =  m[0]
rc  12  = m[1]
rc  13  = m[2]
rc  14 = m[3]  ==  padding set to zero
rc  21  = m[4]
rc  22 = m[5]
rc 23 = m[6]
rc 24 = m[7]  == padding set to zero
rc  31 = m[8]
rc 32 = m[9]
rc 33 = m[10]
rc 34 = m[11]  == padding set to zero

thanks,
joey





On Dec 1, 2004, at 5:27 PM, Megan Fox wrote:

> Read the entire FAQ.  At the bottom.  There's a note on why vectors
> have 4 entries instead of 3.  It's section 14.2.2 in the online doc.
>
> -Megan Fox
>
> On Wed, 1 Dec 2004 17:08:42 -0500, Joey Coyle <ode at xcoyle.com> wrote:
>> Where is the FAQ??   The only FAQ I can find is at the end of the PDF
>> users guide Chapter 12 which does not address this.   Is there another
>> FAQ??
>>
>> thanks,
>> joey
>>
>>
>>
>> On Dec 1, 2004, at 4:31 PM, Jon Watte wrote:
>>
>>>
>>>> Why is ODE returning a 4x3 matrix?
>>>
>>> This is mentioned in the FAQ.
>>>
>>> Cheers,
>>>
>>>                       / h+
>>>
>>>
>>
>> _______________________________________________
>> ODE mailing list
>> ODE at q12.org
>> http://q12.org/mailman/listinfo/ode
>>
>



More information about the ODE mailing list