rlGetMatrixProjection method

MatrixD rlGetMatrixProjection()

Get internal projection matrix

Implementation

MatrixD rlGetMatrixProjection() => run(
  () => _debugLabels.rlGetMatrixProjection(),
  () => _flat.rlGetMatrixProjection(),
);