Click or drag to resize

YawPitchRoll Constructor

Overload List
  NameDescription
Public methodYawPitchRoll(EulerSequence)
Initializes a YawPitchRoll sequence from the provided EulerSequence.
Public methodYawPitchRoll(AngleAxisRotation, YawPitchRollIndicator)
Initializes a EulerSequence sequence from the provided AngleAxisRotation and sequence.
Public methodYawPitchRoll(Matrix3By3, YawPitchRollIndicator)
Initializes a YawPitchRoll sequence from the provided Matrix3By3 and sequence.
Public methodYawPitchRoll(UnitQuaternion, YawPitchRollIndicator)
Initializes a YawPitchRoll sequence from the provided UnitQuaternion and sequence.
Public methodYawPitchRoll(ElementaryRotation, ElementaryRotation, ElementaryRotation)
Initializes a YawPitchRoll sequence from the provided ElementaryRotation instances.
Public methodYawPitchRoll(Double, Double, Double, YawPitchRollIndicator)
Initializes a YawPitchRoll sequence from the provided angles and sequence.
Top
See Also