Description
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
See Also