AGI AgGator 11 Send comments on this topic.
EulerRotate Method (IAgGatorPluginResultAttCtrl)
See Also 
Sequence
Rotation order
First
First rotation angle
Second
Second rotation angle
Third
Third rotation angle





Description

Sets the current orientation using a sequence of euler rotations.

Syntax

[Visual Basic .NET]
Public Sub EulerRotate( _
   ByVal Sequence As AgEEulerSequence, _
   ByVal First As Double, _
   ByVal Second As Double, _
   ByVal Third As Double _
) 

[C#]
public void EulerRotate(
AgEEulerSequence Sequence,
double First,
double Second,
double Third
);

[Managed C++]
public: void EulerRotate(
AgEEulerSequence Sequence,
double First,
double Second,
double Third
);

[Java]
public  eulerRotate(
AgEEulerSequence Sequence,
double First,
double Second,
double Third
);

[Unmanaged C++]
public: HRESULT EulerRotate(
AgEEulerSequence Sequence,
double First,
double Second,
double Third
);

Parameters

Sequence
Member Value Description
e121 121 Sequence defined by rotation about x-axis, then about rotated y-axis, then about rotated x-axis.
e123 123 Sequence defined by rotation about x-axis, then about rotated y-axis, then about rotated z-axis.
e131 131 Sequence defined by rotation about x-axis, then about rotated z-axis, then about rotated x-axis.
e132 132 Sequence defined by rotation about x-axis, then about rotated z-axis, then about rotated y-axis.
e212 212 Sequence defined by rotation about y-axis, then about rotated x-axis, then about rotated y-axis.
e213 213 Sequence defined by rotation about y-axis, then about rotated x-axis, then about rotated z-axis.
e231 231 Sequence defined by rotation about y-axis, then about rotated z-axis, then about rotated x-axis.
e232 232 Sequence defined by rotation about y-axis, then about rotated z-axis, then about rotated y-axis.
e312 312 Sequence defined by rotation about z-axis, then about rotated x-axis, then about rotated y-axis.
e313 313 Sequence defined by rotation about z-axis, then about rotated x-axis, then about rotated z-axis.
e321 321 Sequence defined by rotation about z-axis, then about rotated y-axis, then about rotated x-axis.
e323 323 Sequence defined by rotation about z-axis, then about rotated y-axis, then about rotated x-axis.
Rotation order
First
First rotation angle
Second
Second rotation angle
Third
Third rotation angle

Remarks

Sets the attitude as an Euler rotation from the reference axes specified by three angles

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1