Quaternion Constructor |
| Name | Description | |
|---|---|---|
| Quaternion(Vector4) |
Constructs a quaternion from Vector4.
| |
| Quaternion(Vector3, Single) |
Constructs a quaternion with X, Y, Z from Vector3 and rotation component from a scalar.
| |
| Quaternion(Single, Single, Single, Single) |
Constructs a quaternion with X, Y, Z and W from four values.
|