Create a perspective projection matrix from a field of view. Useful for generating projection matrices to be used with the WebXR API.
The field of view.
The near bound of the frustum.
The far bound of the frustum.
The matrix to store the result in.
The perspective projection matrix.
Create a perspective projection matrix from a field of view. Useful for generating projection matrices to be used with the WebXR API.