Skip to contents

Get the screen space position for a 3d world space position.

Usage

get_world_to_screen(position, camera)

Arguments

position

A numeric vector of length 3.

camera

A camera_3d.

Value

A numeric vector of length 2

Note

This function has been auto-generated from the following Raylib function definition:

Vector2 GetWorldToScreen(Vector3 position, Camera camera);