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