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