AGI STK Util 11 Send comments on this topic.
AssignQuaternion Method (IAgOrientation)
See Also 
QX
QY
QZ
QS





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

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

[Unmanaged C++]
public: HRESULT AssignQuaternion(
double QX,
double QY,
double QZ,
double QS
);

Parameters

QX
QY
QZ
QS

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1