UnitQuaternion Methods |
The UnitQuaternion type exposes the following members.
Name | Description | |
---|---|---|
Conjugate |
Forms the conjugate of this instance.
| |
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
Equals(UnitQuaternion) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
EqualsEpsilon |
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
| |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEquivalent(UnitQuaternion) |
Indicates whether another instance of this type is mathematically equivalent to this instance.
Instances are equivalent if each coordinate value of one instance is equal to the corresponding coordinate value of the other instance,
or if each coordinate value of one instance is the opposite of the corresponding coordinate value of the other instance.
| |
IsEquivalent(UnitQuaternion, Double) |
Indicates whether another instance of this type is mathematically equivalent to this instance, within the required tolerance.
Instances are equivalent if each coordinate value of one instance is equal to the corresponding coordinate value of the other instance,
or if each coordinate value of one instance is the opposite of the corresponding coordinate value of the other instance.
| |
Multiply(Double) |
Multiplies this instance by a scalar.
| |
Multiply(ElementaryRotation) |
Multiplies this instance by the specified ElementaryRotation, yielding a new UnitQuaternion.
| |
Multiply(UnitQuaternion) |
Multiplies this instance by the specified UnitQuaternion, yielding a new UnitQuaternion.
| |
ToString |
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.) |