cameraToWorldCoordinatesPoint
fun cameraToWorldCoordinatesPoint(cartesian: Cartesian3, result: Cartesian3? = definedExternally): Cartesian3(source)
Transform a point from the camera's reference frame to world coordinates.
Return
The transformed point.
Parameters
cartesian
The point to transform.
result
The object onto which to store the result.