AGI STK Util 11Send 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
);
[Java]
public  queryQuaternion(
   double QX,
   double QY,
   double QZ,
   double QS
);
[Unmanaged C++]
public: HRESULT QueryQuaternion(
   double * QX,
   double * QY,
   double * QZ,
   double * QS
);

Parameters

QX
QY
QZ
QS

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.