GetCameraRight abstract method

Vector3StructType GetCameraRight(
  1. Camera3DStructType camera
)

Returns the right vector (normalized) of camera.

Implementation

Vector3StructType GetCameraRight(
  Camera3DStructType camera,
);