Matrix4x4::CreateFromAxisAngle Method
Creates a matrix that rotates around an arbitrary vector.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- axis
- Type: System.Numerics::Vector3
The axis to rotate around.
- angle
- Type: System::Single
The angle to rotate around axis, in radians.
Show: