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