psychopy.tools.gltools.getProjectionMatrix

psychopy.tools.gltools.getProjectionMatrix()[source]

Get the present projection matrix from the OpenGL matrix stack.

Returns:

4x4 projection matrix.

Return type:

ndarray


Back to top