Click or drag to resize

AngleAxisRotation Constructor

Overload List
  NameDescription
Public methodAngleAxisRotation(Double)
Initializes a set of AngleAxisRotation coordinates from the first 4 consecutive elements in the provided array.
Public methodAngleAxisRotation(ElementaryRotation)
Initializes a set of AngleAxisRotation coordinates from the provided ElementaryRotation.
Public methodAngleAxisRotation(EulerSequence)
Initializes a set of AngleAxisRotation coordinates from the provided EulerSequence.
Public methodAngleAxisRotation(Matrix3By3)
Initializes a set of AngleAxisRotation coordinates from the provided Matrix3By3.
Public methodAngleAxisRotation(UnitQuaternion)
Initializes a set of AngleAxisRotation coordinates from the provided UnitQuaternion.
Public methodAngleAxisRotation(YawPitchRoll)
Initializes a set of AngleAxisRotation coordinates from the provided YawPitchRoll.
Public methodAngleAxisRotation(Double, UnitCartesian)
Initializes a set of AngleAxisRotation coordinates from the provided values.
Public methodAngleAxisRotation(Double, Int32)
Initializes a set of AngleAxisRotation coordinates from the provided array.
Top
See Also