#Geometry transformation
10 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
The image of point $(x, y)$ rotated about point $(z, w)$ with a rotation angle of t radians is $(z, w) + (x-z, y-w)A^T$, where $A$ is the rotation matrix
$$A = \begin{pmatrix}
\cos t&-\sin t\
\sin t&\cos t
\end{pmatrix}$$
ℝafain
Wait, then what's T?
Transpose
So wait, should that be a subscript instead of a superscript?
Because it looks like an exponent.
The texts I learned from put the t as a superscript, maybe that differs place by place