Quaternion Structure |
public struct Quaternion
The Quaternion type exposes the following members.
| Name | Description | |
|---|---|---|
| Quaternion(Quaternion) | Initializes a new instance of the Quaternion class | |
| Quaternion(QuaternionF) | Initializes a new instance of the Quaternion class | |
| Quaternion(Vector3, Double) | Initializes a new instance of the Quaternion class | |
| Quaternion(Double, Double, Double, Double) | Initializes a new instance of the Quaternion class |
| Name | Description | |
|---|---|---|
| Identity | ||
| IdentityAsString | ||
| W | ||
| X | ||
| Y | ||
| Z | ||
| Zero | ||
| ZeroAsString |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |