![]() |
Quaternion Operators |
The Quaternion type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds two Quaternions element-by-element.
|
![]() ![]() | Division |
Divides a Quaternion by another Quaternion.
|
![]() ![]() | Equality |
Returns a boolean indicating whether the two given Quaternions are equal.
|
![]() ![]() | Inequality |
Returns a boolean indicating whether the two given Quaternions are not equal.
|
![]() ![]() | Multiply(Quaternion, Quaternion) |
Multiplies two Quaternions together.
|
![]() ![]() | Multiply(Quaternion, Double) |
Multiplies a Quaternion by a scalar value.
|
![]() ![]() | Subtraction |
Subtracts one Quaternion from another.
|
![]() ![]() | UnaryNegation |
Flips the sign of each component of the quaternion.
|