GetCameraUp method

Vector3C GetCameraUp(
  1. Pointer<Camera3DC> camera
)

Returns the up vector (normalized) of camera.

The up vector might not be perpendicular to the forward vector.

Implementation

Vector3C GetCameraUp(Pointer<Camera3DC> camera)
  => _GetCameraUp(camera);