Click or drag to resize

Quaternion Constructor

Overload List
  NameDescription
Public methodQuaternion(Vector4)
Constructs a quaternion from Vector4.
Public methodQuaternion(Vector3, Single)
Constructs a quaternion with X, Y, Z from Vector3 and rotation component from a scalar.
Public methodQuaternion(Single, Single, Single, Single)
Constructs a quaternion with X, Y, Z and W from four values.
Top
See Also