projectPointOntoPlane

fun projectPointOntoPlane(cartesian: Cartesian3, result: Cartesian2? = definedExternally): Cartesian2(source)

Computes the projection of the provided 3D position onto the 2D plane, radially outward from the EllipsoidTangentPlane.ellipsoid coordinate system origin.

Return

The modified result parameter or a new Cartesian2 instance if none was provided. Undefined if there is no intersection point

Parameters

cartesian

The point to project.

result

The object onto which to store the result.

See also