PerspectiveFovReverseRHToRef static method

void PerspectiveFovReverseRHToRef(
  1. num fov,
  2. num aspect,
  3. num znear,
  4. num zfar,
  5. Matrix result, [
  6. bool isVerticalFovFixed,
])

Implementation

external static void PerspectiveFovReverseRHToRef(num fov, num aspect, num znear, num zfar, Matrix result, [bool isVerticalFovFixed]);