Geometry`Rotations`
All the functionality in Geometry`Rotations` is now available in the built-in Mathematica kernel function RotationTransform.
Here is the matrix for rotation by θ degrees:
Version 5.2
In Version 6, you get a TransformationFunction that represents a rotation in 2D by θ radians about the origin:
The point {0,0} is rotated about the point {1,1} by 60 degrees:
Version 5.2
RotationMatrix rotates points in the opposite direction from RotationMatrix2D:
Version 5.2
Similarly RotationTransform rotates points in the opposite direction from Rotate2D:
Version 5.2
RotationMatrix uses yaw-pitch-roll angles rather than the Euler angles used by RotationMatrix3D:
Version 5.2