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





Windows & Linux

Description

Helper method to set orientation using the Quaternion representation.

Syntax

[Visual Basic .NET]
Public Sub AssignQuaternion( _
    ByVal QX As Double, _
    ByVal QY As Double, _
    ByVal QZ As Double, _
    ByVal QS As Double _
)
[C#]
public void AssignQuaternion(
    double QX,
    double QY,
    double QZ,
    double QS
);
[Managed C++]
public: void AssignQuaternion(
    double QX,
    double QY,
    double QZ,
    double QS
);
[Unmanaged C++]
public: HRESULT AssignQuaternion(
    double QX,
    double QY,
    double QZ,
    double QS
);
[Java]
public void assignQuaternion(
    double QX,
    double QY,
    double QZ,
    double QS
);
[Python - STK API ]
def AssignQuaternion(self, QX:float, QY:float, QZ:float, QS:float) -> None:

Parameters

QX
QY
QZ
QS

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.