Position of the sun in meters wrt the current
satellite position, in the body frame, computed in the requested
manner.
| [Visual Basic .NET] |
|---|
Public Sub SunPositionInBody( _
ByVal SunPosType As AgEUtSunPosType, _
ByRef X As Double, _
ByRef Y As Double, _
ByRef Z As Double _
)
|
| [C#] |
|---|
public void SunPositionInBody(
|
| [Managed C++] |
|---|
public: void SunPositionInBody(
|
| [Java] |
|---|
public sunPositionInBody(
|
| [Unmanaged C++] |
|---|
public: HRESULT SunPositionInBody(
|
- SunPosType
-
Member Value Description eUtSunPosTypeApparentToTrueCB 0 eUtSunPosTypeApparent 1 eUtSunPosTypeTrue 2 eUtSunPosTypeSRP 3 - X
- Y
- Z