Position of the sun in meters wrt the current
satellite position, in the requested frame, computed in the
requested manner.
| [Visual Basic .NET] |
|---|
Public Sub SunPosition( _
ByVal SunPosType As AgEUtSunPosType, _
ByVal Frame As AgEUtFrame, _
ByRef X As Double, _
ByRef Y As Double, _
ByRef Z As Double _
)
|
| [C#] |
|---|
public void SunPosition(
|
| [Managed C++] |
|---|
public: void SunPosition(
|
| [Java] |
|---|
public sunPosition(
|
| [Unmanaged C++] |
|---|
public: HRESULT SunPosition(
|
- SunPosType
-
Member Value Description eUtSunPosTypeApparentToTrueCB 0 eUtSunPosTypeApparent 1 eUtSunPosTypeTrue 2 eUtSunPosTypeSRP 3 - Frame
-
Member Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5 - X
- Y
- Z