Click or drag to resize

EulerSequence Constructor (YawPitchRoll)

Initializes an EulerSequence from the provided YawPitchRoll sequence.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public EulerSequence(
	YawPitchRoll sequence
)

Parameters

sequence
Type: AGI.Foundation.Coordinates.YawPitchRoll
The sequence.
See Also