Camera.projection

Camera.projection(width, height)[source]

Compute the projection matrix corresponding to the current camera settings.

Parameters:
widthint

Width of the viewer.

heightint

Height of the viewer.

Returns:
list[list[float]]

The transformation matrix as a numpy array in column-major order.

Notes

The projection matrix transforms the scene from camera coordinates to screen coordinates.