|
|
Quaternion Constructor |
| Name | Description | |
|---|---|---|
| Quaternion(Vector3) |
Initializes a new instance of the Quaternion struct.
Constructs a Quaternion from the given vector and rotation parts.
| |
| Quaternion(Vector3, Double) |
Initializes a new instance of the Quaternion struct.
Constructs a Quaternion from the given vector and rotation parts.
| |
| Quaternion(Double, Double, Double, Double) |
Initializes a new instance of the Quaternion struct.
Constructs a Quaternion from the given components.
|