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
-
Method for computing the position of the sunMember Value Description eUtSunPosTypeApparentToTrueCB 0 eUtSunPosTypeApparent 1 eUtSunPosTypeTrue 2 eUtSunPosTypeSRP 3 - Frame
-
Requested frame to express the resultsMember Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5 - X
- X component of the current sun position in requested frame
- Y
- Y component of the current sun position in requested frame
- Z
- Z component of the current sun position in requested frame