YawPitchRoll Constructor (ElementaryRotation, ElementaryRotation, ElementaryRotation) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> YawPitchRollParameters
- 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