In 2D, what is the transformation matrix for a reflection in the line y = tanΘ x
Anti clockwise from the top left
cos2θ sin2θ
sin2θ cos2θ
In 2D, what is the transformation matrix for a rotation of θ, about the origin
cosθ -sinθ
sinθ cosθ
how to find the rotation in 3D
leave the basic row and column, then, insert the 2D transformation matrix to the other 2 dimensions, for j, -sin x and sinx are opposite
How to find the determinant of a 2D
ad - bc
How to find the inverso of a 2D
1/det(M) x
d -b
-c a