STK UtilSend comments on this topic.
QueryYPRAngles Method (IAgOrientation)
See Also
Sequence
Yaw
Pitch
Roll
Windows





Windows & Linux

Description

Helper method to get orientation using the YPR angles representation.

Syntax

[Visual Basic .NET]
Public Sub QueryYPRAngles( _
    ByVal Sequence As AgEYPRAnglesSequence, _
    ByRef Yaw As System.Object, _
    ByRef Pitch As System.Object, _
    ByRef Roll As System.Object _
)
[C#]
public void QueryYPRAngles(
    AgEYPRAnglesSequence Sequence,
    ref System.Object Yaw,
    ref System.Object Pitch,
    ref System.Object Roll
);
[Managed C++]
public: void QueryYPRAngles(
    AgEYPRAnglesSequence Sequence,
    VARIANT ^ Yaw,
    VARIANT ^ Pitch,
    VARIANT ^ Roll
);
[Unmanaged C++]
public: HRESULT QueryYPRAngles(
    AgEYPRAnglesSequence Sequence,
    VARIANT * Yaw,
    VARIANT * Pitch,
    VARIANT * Roll
);
[Python - STK API ]
def QueryYPRAngles(self, Sequence:"AgEYPRAnglesSequence") -> typing.Tuple[typing.Any, typing.Any, typing.Any]:

Parameters

Sequence
Yaw
Pitch
Roll

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.