AGI STK Util 11Send 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 _
) As 
[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
);
[Java]
public void queryYPRAngles(
    AgEYPRAnglesSequence Sequence,
    VARIANT Yaw,
    VARIANT Pitch,
    VARIANT Roll
);
[Unmanaged C++]
public: HRESULT QueryYPRAngles(
    AgEYPRAnglesSequence Sequence,
    VARIANT * Yaw,
    VARIANT * Pitch,
    VARIANT * Roll
);

Parameters

Sequence
Yaw
Pitch
Roll

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.