GetCameraRight method

Vector3C GetCameraRight(
  1. Pointer<CameraC> camera
)

Implementation

Vector3C GetCameraRight(Pointer<CameraC> camera) {
  return _GetCameraRight(camera);
}