Rotation creates a rotation matrix.
|
Parameters |
Description |
|
T angleRad |
The rotation angle in radians. |
|
const Point3<T>& axis |
The axis to rotate about. |
|
const Point3<T>& pivot |
The pivot point of the rotation. |
A Matrix4x4 value containing the rotation.