AngleAxisRotation Constructor (YawPitchRoll) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AngleAxisRotation(
	YawPitchRoll sequence
)
Public Sub New ( 
	sequence As YawPitchRoll
)
public:
AngleAxisRotation(
	YawPitchRoll sequence
)
new : 
        sequence : YawPitchRoll -> AngleAxisRotationParameters
- sequence
 - Type: AGI.Foundation.CoordinatesYawPitchRoll
The yaw-pitch-roll sequence of rotations. 
See Also