Quaternion Operators |
The Quaternion type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two quaternions.
| |
Division |
Divides a Quaternion by the other Quaternion.
| |
Equality |
Compares whether two Quaternion instances are equal.
| |
Inequality |
Compares whether two Quaternion instances are not equal.
| |
Multiply(Quaternion, Quaternion) |
Multiplies two quaternions.
| |
Multiply(Quaternion, Single) |
Multiplies the components of quaternion by a scalar.
| |
Subtraction |
Subtracts a Quaternion from a Quaternion.
| |
UnaryNegation |
Flips the sign of the all the quaternion components.
|