PerspectiveFovLH static method

Matrix PerspectiveFovLH(
  1. num fov,
  2. num aspect,
  3. num znear,
  4. num zfar,
)

Implementation

external static Matrix PerspectiveFovLH(num fov, num aspect, num znear, num zfar);