Hey great pipz, i need help with mathematics vectors.
Here is an equation:
Vector (0,0) - (4,5), rotated 60 degress
Vectors including Rotate, Reflect and Translate
I need to know how to solve this problem. I would really appreciate your help.Thanx
Hey great pipz, i need help with mathematics vectors.
Here is an equation:
Vector (0,0) - (4,5), rotated 60 degress
Vectors including Rotate, Reflect and Translate
I need to know how to solve this problem. I would really appreciate your help.Thanx
Hi Bracycurlz,
To solve this type of problem you need to calculate the image vector that arises by taking your initial vector v
and applying a transformation to it such that
v' = Tv
The transformation in this case will be a (2 x 2) matrix. There are transformations that translate, rotate, stretch and shear the original vector. So to rotate your vector by 60 degrees the Transformation matrix is
I hope this helps.