AGI AgGator 11 Send comments on this topic.
SetQuaternion Method (IAgGatorPluginResultAttCtrl)
See Also 
Q1
Q2
Q3
Q4





Description

Sets the current orientation using a quaternion.

Syntax

[Visual Basic .NET]
Public Sub SetQuaternion( _
   ByVal Q1 As Double, _
   ByVal Q2 As Double, _
   ByVal Q3 As Double, _
   ByVal Q4 As Double _
) 

[C#]
public void SetQuaternion(
double Q1,
double Q2,
double Q3,
double Q4
);

[Managed C++]
public: void SetQuaternion(
double Q1,
double Q2,
double Q3,
double Q4
);

[Java]
public  setQuaternion(
double Q1,
double Q2,
double Q3,
double Q4
);

[Unmanaged C++]
public: HRESULT SetQuaternion(
double Q1,
double Q2,
double Q3,
double Q4
);

Parameters

Q1
Q2
Q3
Q4

Remarks

Sets the attitude as a rotation from the reference axes specified by a quaternion

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1