Get the screen space position for a 2d camera world space position.
Note
This function has been auto-generated from the following Raylib function definition:
Vector2 GetWorldToScreen2D(Vector2 position, Camera2D camera);See also
camera_2d() for creating camera_2d objects.
Other world functions: 
get_screen_to_world_2d(),
get_world_to_screen_ex(),
get_world_to_screen()
Other screen functions: 
get_screen_height(),
get_screen_to_world_2d(),
get_screen_width(),
get_world_to_screen_ex(),
get_world_to_screen(),
is_cursor_on_screen(),
load_image_from_screen()
