Quaternion Constructor |
| Name | Description | |
|---|---|---|
| Quaternion(Quaternion) |
Initializes a new instance of the Quaternion struct.
| |
| Quaternion(Vector2) |
Initializes a new instance of the Quaternion struct.
| |
| Quaternion(Vector3) |
Initializes a new instance of the Quaternion struct.
| |
| Quaternion(Vector3, Double) |
Initializes a new instance of the Quaternion struct.
| |
| Quaternion(Vector3, Single) |
Initializes a new instance of the Quaternion struct.
| |
| Quaternion(Double, Double, Double, Double) |
Initializes a new instance of the Quaternion struct.
| |
| Quaternion(Single, Single, Single, Single) |
Initializes a new instance of the Quaternion struct.
|