geodeticSurfaceNormalCartographic
fun geodeticSurfaceNormalCartographic(cartographic: Cartographic, result: Cartesian3? = definedExternally): Cartesian3(source)
Computes the normal of the plane tangent to the surface of the ellipsoid at the provided position.
Return
The modified result parameter or a new Cartesian3 instance if none was provided.
Parameters
cartographic
The cartographic position for which to to determine the geodetic normal.
result
The object onto which to store the result.