Handbook
Glossary
get-world-to-screen-ex ( position camera width height -- Vector2 )
Vocabulary
raylib
Inputs
position
a
Vector3
camera
a
Camera
width
an
int
height
an
int
Outputs
Vector2
a
Vector2
Word description
Get size position for a 3d world space position
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-world-to-screen-ex
Vector2 GetWorldToScreenEx
(
Vector3
position,
Camera
camera,
int
width,
int
height )