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( AgEUtSunPosType SunPosType, AgEUtFrame Frame, ref double X, ref double Y, ref double Z ); |
[Managed C++] |
---|
public: void SunPosition( AgEUtSunPosType SunPosType, AgEUtFrame Frame, double ^ X, double ^ Y, double ^ Z ); |
[Unmanaged C++] |
---|
public: HRESULT SunPosition( AgEUtSunPosType SunPosType, AgEUtFrame Frame, double * X, double * Y, double * Z ); |
- SunPosType
- Frame
- X
- Y
- Z