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