Computes, using the supplied latitude and longitude, the central body centric surface normal 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] |
|---|
Public Function ComputeSurfaceNormalCentricArray( _ ByVal latitude As Double, _ ByVal longitude As Double _ ) As System.Array |
- latitude
- The latitude of the desired location in radians.
- longitude
- The longitude of the desired location in radians.
