Sets the pointing method to FixedAxes with a Euler Angles orientation.
[Visual Basic .NET] |
---|
Public Function SetPointingFixedAxesEuler( _ ByVal ReferenceAxes As String, _ ByVal Sequence As AgEEulerOrientationSequence, _ ByVal A As System.Object, _ ByVal B As System.Object, _ ByVal C As System.Object _ ) As IAgSnPtFixedAxes |
[C#] |
---|
public IAgSnPtFixedAxes SetPointingFixedAxesEuler( string ReferenceAxes, AgEEulerOrientationSequence Sequence, System.Object A, System.Object B, System.Object C ); |
[Managed C++] |
---|
public: IAgSnPtFixedAxes^ SetPointingFixedAxesEuler( String __gc ^ ReferenceAxes, AgEEulerOrientationSequence Sequence, VARIANT A, VARIANT B, VARIANT C ); |
[Unmanaged C++] |
---|
public: HRESULT SetPointingFixedAxesEuler( BSTR ReferenceAxes, AgEEulerOrientationSequence Sequence, VARIANT A, VARIANT B, VARIANT C, IAgSnPtFixedAxes ** ppIAgSnPtFixedAxes ); |
[Java] |
---|
public IAgSnPtFixedAxes setPointingFixedAxesEuler( String ReferenceAxes, AgEEulerOrientationSequence Sequence, AgVariant A, AgVariant B, AgVariant C ); |
[Python - STK API ] |
---|
def SetPointingFixedAxesEuler(self, ReferenceAxes:str, Sequence:"AgEEulerOrientationSequence", A:typing.Any, B:typing.Any, C:typing.Any) -> "IAgSnPtFixedAxes": |
- ReferenceAxes
- The ReferenceAxes format is as follows: <ObjectClass>/<InstanceName> <AxesName> Axes
Example: CentralBody/Sun J2000 Axes. - Sequence
- A
- B
- C
Define sensor pointing fixed axes Euler
[C#] | ||
---|---|---|
|
Define sensor pointing fixed axes Euler
[Visual Basic .NET] | ||
---|---|---|
|
Define sensor pointing fixed axes Euler
[Python - STK API] | ||
---|---|---|
|
Define sensor pointing fixed axes Euler
[MATLAB] | ||
---|---|---|
|