getLocalCurvature

fun getLocalCurvature(surfacePosition: Cartesian3, result: Cartesian2? = definedExternally): Cartesian2(source)

Computes the ellipsoid curvatures at a given position on the surface.

Return

The local curvature of the ellipsoid surface at the provided position, in east and north directions.

Parameters

surfacePosition

The position on the ellipsoid surface where curvatures will be calculated.

result

The cartesian to which to copy the result, or undefined to create and return a new instance.

See also