Here’s a link to Transformation Matrix info
It makes a lot more sense represented two dimensionally.
Identity:
⎡ 1 0 0 ⎤ ⎜ 0 1 0 ⎥ ⎣ 0 0 1 ⎦
Right rotation:
⎡ 0 1 0 ⎤ ⎜ -1 0 1 ⎥ ⎣ 0 0 1 ⎦
Left rotation:
⎡ 0 -1 1 ⎤ ⎜ 1 0 0 ⎥ ⎣ 0 0 1 ⎦
This is how I came up with values for my rotate script.
updated: 2022-11-25 13:26:46
generated: 2024-05-03