EulerSequence Methods |
The EulerSequence type exposes the following members.
Name | Description | |
---|---|---|
Equals(EulerSequence) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
EqualsEpsilon |
Returns if all of the elements of this rotation are within epsilon
of the same elements of the specified rotation. That is, in order for the rotations to be
considered equal (and for this function to return ), the absolute value of the
difference between each of their elements must be less than or equal to epsilon.
| |
FirstAxis |
Determines the first axis indicator from the provided EulerSequenceIndicator.
| |
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.) | |
Indicator |
Composes a EulerSequenceIndicator from three individual AxisIndicator items.
| |
Invert |
Inverts this instance, yielding a new EulerSequence.
| |
SecondAxis |
Determines the second axis indicator from the provided EulerSequenceIndicator.
| |
ThirdAxis |
Determines the third axis indicator from the provided EulerSequenceIndicator.
| |
ToString |
Returns the value of this set of EulerSequence coordinates in the form "first rotation, second rotation, third rotation"
(Overrides ValueTypeToString.) |