MatrixPerspective method

MatrixStructType MatrixPerspective(
  1. double fovY,
  2. double aspect,
  3. double nearPlane,
  4. double farPlane,
)

Implementation

MatrixStructType MatrixPerspective(double fovY, double aspect, double nearPlane, double farPlane)
  => RaylibMatrixFactories.perspective(fovY, aspect, nearPlane, farPlane) as MatrixStructType;