get-screen-to-world-ray-ex ( position camera width height -- Ray )


Vocabulary
raylib

Inputs
positionan object
cameraan object
widthan object
heightan object


Outputs
Rayan object


Definition


LIBRARY: raylib FUNCTION-ALIAS: get-screen-to-world-ray-ex
Ray GetScreenToWorldRayEx
( Vector2 position, Camera camera, int width, int height )