OrthoOffCenterRH static method

Matrix OrthoOffCenterRH(
  1. num left,
  2. num right,
  3. num bottom,
  4. num top,
  5. num znear,
  6. num zfar,
)

Implementation

external static Matrix OrthoOffCenterRH(num left, num right, num bottom, num top, num znear, num zfar);