STK AgPropagatorWrappersSend comments on this topic.
EulerRotate Method (IAgGatorPluginResultAttCtrl)
See Also
Sequence
Rotation order
First
First rotation angle
Second
Second rotation angle
Third
Third rotation angle
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT EulerRotate(
    AgEEulerSequence Sequence,
    double First,
    double Second,
    double Third
);
[Java]
public void eulerRotate(
    AgEEulerSequence Sequence,
    double First,
    double Second,
    double Third
);

Parameters

Sequence
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

© 2023 Analytical Graphics, Inc. All Rights Reserved.