CreateFromAxisAngle
Summary
public static MatrixD CreateFromAxisAngle(Vector3D axis, double angle)
Creates a new Matrix that rotates around an arbitrary vector.
Returns
Parameters
Summary
public static void CreateFromAxisAngle(ref Vector3D axis, double angle, out MatrixD result)
Creates a new Matrix that rotates around an arbitrary vector.