GetWorldToScreen method

Vector2C GetWorldToScreen(
  1. Vector3C position,
  2. Camera3DC camera
)

Implementation

Vector2C GetWorldToScreen(Vector3C position, Camera3DC camera) {
  return _GetWorldToScreen(position, camera);
}