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