STK UtilSend comments on this topic.
QueryQuaternion Method (IAgOrientation)
See Also
QX
QY
QZ
QS
Windows





Windows & Linux

Description

Helper method to get orientation using the Quaternion representation.

Syntax

[Visual Basic .NET]
Public Sub QueryQuaternion( _
    ByRef QX As Double, _
    ByRef QY As Double, _
    ByRef QZ As Double, _
    ByRef QS As Double _
)
[C#]
public void QueryQuaternion(
    ref double QX,
    ref double QY,
    ref double QZ,
    ref double QS
);
[Managed C++]
public: void QueryQuaternion(
    double ^ QX,
    double ^ QY,
    double ^ QZ,
    double ^ QS
);
[Unmanaged C++]
public: HRESULT QueryQuaternion(
    double * QX,
    double * QY,
    double * QZ,
    double * QS
);
[Python - STK API ]
def QueryQuaternion(self) -> typing.Tuple[float, float, float, float]:

Parameters

QX
QY
QZ
QS

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.