GetCameraRight method

Vector3C GetCameraRight(
  1. Pointer<Camera3DC> camera
)

Returns the right vector (normalized) of camera.

Implementation

Vector3C GetCameraRight(Pointer<Camera3DC> camera)
  => _GetCameraRight(camera);