Click or drag to resize

YawPitchRoll Methods

The YawPitchRoll type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(YawPitchRoll)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEqualsEpsilon
Returns if all of the elements of this quaternion are within epsilon of the same elements of the specified quaternion. That is, in order for the quaternions 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.
Public methodStatic memberFirstAxis
Determines the first axis indicator from the provided YawPitchRollIndicator.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIndicator
Composes a YawPitchRollIndicator from three individual AxisIndicator items.
Public methodInvert
Inverts this instance, yielding a new YawPitchRoll sequence.
Public methodStatic memberSecondAxis
Determines the second axis indicator from the provided YawPitchRollIndicator.
Public methodStatic memberThirdAxis
Determines the third axis indicator from the provided YawPitchRollIndicator.
Public methodToString
Returns the value of this set of YawPitchRoll coordinates in the form "first rotation, second rotation, third rotation"
(Overrides ValueTypeToString.)
Top
See Also