ComputeScreenSpacePosition

typealias ComputeScreenSpacePosition = (@R|kotlin/ParameterName|(name = String(position)) ERROR CLASS: Symbol not found for Cartesian3, @R|kotlin/ParameterName|(name = String(result)) ERROR CLASS: Symbol not found for Cartesian2) -> ERROR CLASS: Symbol not found for Cartesian2(source)

A function that converts the world position of an object to a screen space position.

Parameters

position

The position in WGS84 (world) coordinates.

result

An object to return the input position transformed to window coordinates.

See also