Sets the pointing method to Fixed with a Quaternion orientation.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgSnPtFixed SetPointingFixedQuat( double QX, double QY, double QZ, double QS ); |
| [Managed C++] |
|---|
public: IAgSnPtFixed^ SetPointingFixedQuat( double QX, double QY, double QZ, double QS ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgSnPtFixed setPointingFixedQuat( double QX, double QY, double QZ, double QS ); |
[Python - STK API ] |
|---|
def SetPointingFixedQuat(self, QX:float, QY:float, QZ:float, QS:float) -> "IAgSnPtFixed": |
- QX
- QY
- QZ
- QS






