Converts the supplied latitude, longitude, and altitude into the body fixed coordinate system and returns the vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). All values in meters.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
- latitude
- longitude
- altitude
The conversion uses the %IAgStkRadarPosVelProvider:AgStkRadar~IAgStkRadarPosVelProvider% objects current central body.






