Companion

object Companion

Functions

Link copied to clipboard
fun equals(lhs: Coordinate, rhs: Coordinate, eps: Double = GeoConstants.EPS_DEGREES, epsAlt: Double = GeoConstants.EPS_METERS): Boolean
Link copied to clipboard
fun fromCartesian(cartesian: Double3, levels: List<Float> = emptyList()): Coordinate
Link copied to clipboard
fun fromECEF(ecef: Double3, levels: List<Float> = emptyList(), heightFromFloor: Float? = null, heightFromGround: Float? = null): Coordinate