projectPointsOntoEllipsoid

fun projectPointsOntoEllipsoid(cartesians: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian2>, result: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>?? = definedExternally): ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>(source)

Computes the projection of the provided 2D positions onto the 3D ellipsoid.

Return

The modified result parameter or a new array of Cartesian3 instances if none was provided.

Parameters

cartesians

The array of points to project.

result

The array of Cartesian3 instances onto which to store results.

See also