AGI STK Objects 11 Send comments on this topic.
SetPointingFixedQuat Method (IAgSnCommonTasks)
See Also 
QX
QY
QZ
QS
Windows






Windows & Linux

Description

Sets the pointing method to Fixed with a Quaternion orientation.

Syntax

[Visual Basic .NET]
Public Function SetPointingFixedQuat( _
   ByVal QX As Double, _
   ByVal QY As Double, _
   ByVal QZ As Double, _
   ByVal QS As Double _
) As IAgSnPtFixed

[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
);

[Java]
public IAgSnPtFixed setPointingFixedQuat(
double QX,
double QY,
double QZ,
double QS
);

[Unmanaged C++]
public: HRESULT SetPointingFixedQuat(
double QX,
double QY,
double QZ,
double QS,
IAgSnPtFixed ** ReturnValue
);

Parameters

QX
QY
QZ
QS

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface