Sun 23 May, 2004 05:13 pm - Yes we have done multiplication of Matricies
Yes we have done multiplication of Matricies. However why do we need a 3x3 matrix, I would prefer to stick with 2x2 matrices.
Since it should only... (view)
Sun 23 May, 2004 09:39 am - Do you know the matrix?
Thanks a lot for the help so far.
I was wondering if you know the matrix that would move the object to the origin.
eg. If I had the 3 points ( triangle ) , A(3,0)... (view)
Sat 22 May, 2004 06:45 pm - Hi,
I am trying to figure out how to do a 180 degree rotation about a point. Now i know the 180 rotational matrix about the origin is :
-1 0
0 -1
But lets say we wanted... (view)