Quaternion::CreateFromAxisAngle Method
Creates a quaternion from a vector and an angle to rotate about the vector.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- axis
- Type: System.Numerics::Vector3
The vector to rotate around.
- angle
- Type: System::Single
The angle, in radians, to rotate around the vector.
Show: