rlGetMatrixProjectionStereo method

MatrixD rlGetMatrixProjectionStereo(
  1. num eye
)

Implementation

MatrixD rlGetMatrixProjectionStereo(
  num eye,
) => run(
  () => 'rlGetMatrixProjectionStereo($eye)',
  () => rl.Rlgl.rlGetMatrixProjectionStereo(eye.toInt()).toD(),
);