Method ToQuaternion
ToQuaternion(Vector4)
Converts a Vector4 into a Quaternion. Member-wise copy.
Declaration
public static Quaternion ToQuaternion(Vector4 v)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector4 | v | The Vector4 to convert. |
Returns
| Type | Description |
|---|---|
| Quaternion | The given value converted to a Quaternion. |