OrthoLHToRef static method

void OrthoLHToRef(
  1. num width,
  2. num height,
  3. num znear,
  4. num zfar,
  5. Matrix result,
)

Implementation

external static void OrthoLHToRef(num width, num height, num znear, num zfar, Matrix result);