Matrix4D Matrix4D.CreateRotate(Vector3D rotationAxis, Double rotationRadians)

Create transformation matrix that rotates about a given vector by a given angle

Parameters

  • rotationAxis
    Type: Vector3D
  • rotationRadians
    Type: Double

Return Value

Type: Matrix4D