AGI AgGator 11 Send comments on this topic.
GetEulerRotation Method (IAgGatorPluginResultAttCtrl)
See Also 
Sequence
First
Second
Third





Description

Gets the current orientation as euler angles.

Syntax

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

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

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

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

[Unmanaged C++]
public: HRESULT GetEulerRotation(
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.
First
Second
Third

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1