Converts the supplied central body fixed vector into latitude, longitude, and altitude and returns the values as an array of length 3 where the latitude is array(0), longitude is array(1), and altitude is array(2). All values in radians.
[Visual Basic .NET] |
---|
Public Function ConvertCBFCartesianToLLAArray( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double _ ) As System.Array |
- x
- X component of the central body fixed vector in meters.
- y
- Y component of the central body fixed vector in meters.
- z
- Z component of the central body fixed vector in meters.
The current central body of the %IAgStkRadarPosVelProvider:AgStkRadar~IAgStkRadarPosVelProvider% object is used do the conversion.