PerspectiveLH static method

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

Implementation

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