|
|
|
|
|
by rmidthun
3359 days ago
|
|
Rotations can be composed in up to 3 dimensions only. That means that for any sequence of rotations, you can come up with a single rotation that is equal to that rotation. In 2d, this is just adding scalars and rotation has no meaning in 1 or 0 dimensions. In 4 dimensions, this is not true. A rotation in XY cannot compose with one in ZW so at least two rotations are required. |
|