projectPointOntoEllipsoid
fun projectPointOntoEllipsoid(cartesian: Cartesian2, result: Cartesian3? = definedExternally): Cartesian3(source)
Computes the projection of the provided 2D position onto the 3D ellipsoid.
Return
The modified result parameter or a new Cartesian3 instance if none was provided.
Parameters
cartesian
The points to project.
result
The Cartesian3 instance to store result.