OrthoLH static method

Matrix OrthoLH(
  1. num width,
  2. num height,
  3. num znear,
  4. num zfar,
)

Implementation

external static Matrix OrthoLH(num width, num height, num znear, num zfar);