Click or drag to resize

YawPitchRoll Constructor (Double, Double, Double, YawPitchRollIndicator)

Initializes a YawPitchRoll sequence from the provided angles and sequence.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public YawPitchRoll(
	double angle1,
	double angle2,
	double angle3,
	YawPitchRollIndicator sequence
)

Parameters

angle1
Type: SystemDouble
The first angle.
angle2
Type: SystemDouble
The second angle.
angle3
Type: SystemDouble
The third angle.
sequence
Type: AGI.Foundation.CoordinatesYawPitchRollIndicator
The sequence.
See Also