GetWorldToScreen function

Vector2D GetWorldToScreen(
  1. Vector3D position,
  2. Camera3DD camera
)

Implementation

Vector2D GetWorldToScreen(
  Vector3D position,
  Camera3DD camera,
) => _module.GetWorldToScreen(position, camera);