field of view angle, in degrees, in the y direction
aspect ratio that determines the field of view in the x direction
distance from the viewer to the near clipping plane (always positive)
distance from the viewer to the far clipping plane (always positive)
Perspective projection matrix
perspective(fovy, aspect, [zNear], [zFar])
returns a $4 \times 4$ perspective projection matrix.