Quaternion Constructor (Vector3, Single)
Creates a quaternion from the specified vector and rotation parts.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- vectorPart
- Type: System.Numerics::Vector3
The vector part of the quaternion.
- scalarPart
- Type: System::Single
The rotation part of the quaternion.
Show: