Cartographic
external class Cartographic(var longitude: Double = definedExternally, var latitude: Double = definedExternally, var height: Double = definedExternally)(source)
A position defined by longitude, latitude, and height.
See also
Functions
Link copied to clipboard
Duplicates this instance.
Link copied to clipboard
fun equalsEpsilon(right: Cartographic? = definedExternally, epsilon: Double? = definedExternally): Boolean
Compares the provided against this cartographic componentwise and returns true
if they are within the provided epsilon, false
otherwise.