Create transformation matrix that rotates about a given vector by a given angle
Declaration Syntax
public static Matrix4D CreateRotate(Vector3D rotationAxis, double rotationRadians)
Parameters
- rotationAxis(Vector3D)
No details are provided for this entry.
- rotationRadians(double)
No details are provided for this entry.