Get size position for a 3d world space position.
Arguments
- position
A numeric vector of length 3.
- camera
A camera_3d.
- width
An integer.
- height
An integer.
Note
This function has been auto-generated from the following Raylib function definition:
GetWorldToScreenEx(Vector3 position, Camera camera, int width, int height); Vector2
See also
camera_3d()
for creating camera_3d objects.
Other world functions:
get_screen_to_world_2d()
,
get_world_to_screen_2d()
,
get_world_to_screen()
Other screen functions:
get_screen_height()
,
get_screen_to_world_2d()
,
get_screen_width()
,
get_world_to_screen_2d()
,
get_world_to_screen()
,
is_cursor_on_screen()
,
load_image_from_screen()