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


Vocabulary
raylib

Inputs
positiona Vector3
cameraa Camera
widthan int
heightan int


Outputs
Vector2a Vector2


Word description
Get size position for a 3d world space position

Definition


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