Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

where rotation matrix is a product of three rotations around appropriate axes, for example rotation in X-Y plane around Z is

                 / cosT  -sinT    0 \

Rz(T) = | sinT    cosT    0   |

                \    0        0       1 /

...