OrthoOffCenterLH static method

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

Implementation

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