Skip to content

@jdultra/ultra-globe


@jdultra/ultra-globe / GeoUtils / cartesianToLlhFastSFCT

Function: cartesianToLlhFastSFCT()

cartesianToLlhFastSFCT(xyz): void

Defined in: utils/GeoUtils.d.ts:13

Transforms a xyz point (EPSG:4978) to lon lat height coordinates (EPSG:4326) with longitude and latitude in degrees. The transform is slightly inaccurate compared to proj4 but it's 2.5 times faster

Parameters

xyz

any

Returns

void