worldToCameraCoordinatesPoint

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

Transform a point from world coordinates to the camera's reference frame.

Return

The transformed point.

Parameters

cartesian

The point to transform.

result

The object onto which to store the result.

See also