YawPitchRoll Constructor (ElementaryRotation, ElementaryRotation, ElementaryRotation) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public YawPitchRoll(
ElementaryRotation firstRotation,
ElementaryRotation secondRotation,
ElementaryRotation thirdRotation
)
Public Sub New (
firstRotation As ElementaryRotation,
secondRotation As ElementaryRotation,
thirdRotation As ElementaryRotation
)
public:
YawPitchRoll(
ElementaryRotation firstRotation,
ElementaryRotation secondRotation,
ElementaryRotation thirdRotation
)
new :
firstRotation : ElementaryRotation *
secondRotation : ElementaryRotation *
thirdRotation : ElementaryRotation -> YawPitchRoll
Parameters
- firstRotation
- Type: AGI.Foundation.CoordinatesElementaryRotation
The first rotation. - secondRotation
- Type: AGI.Foundation.CoordinatesElementaryRotation
The second rotation. - thirdRotation
- Type: AGI.Foundation.CoordinatesElementaryRotation
The third rotation.
See Also