[This is preliminary documentation and is subject to change.]
The Quaternion type exposes the following members.
Operators
Name | Description | |
---|---|---|
Addition |
Adds two quaternions.
| |
Division |
Divides a quaternion by another.
| |
Equality |
Tests for equality between two objects.
| |
Inequality |
Tests for inequality between two objects.
| |
Multiply(Single, Quaternion) |
Scales a quaternion by the given value.
| |
Multiply(Quaternion, Quaternion) |
Multiplies a quaternion by another.
| |
Multiply(Quaternion, Single) |
Scales a quaternion by the given value.
| |
Subtraction |
Subtracts two quaternions.
| |
UnaryNegation |
Reverses the direction of a given quaternion.
|
See Also