Skip to main content

Class: GeoMath

Defined in: src/sdk/geo/GeoMath.ts:4

A utility class for working with geographic math using a spherical datum.

Constructors

Constructor

new GeoMath(): GeoMath

Returns

GeoMath

Properties

ANGULAR_TOLERANCE

readonly static ANGULAR_TOLERANCE: 1e-7 = 1e-7

Defined in: src/sdk/geo/GeoMath.ts:9

The standard angular tolerance, defined as the maximum allowed angular distance (also equal to the great-circle distance) between two equal points, in radians.