Home
About
Pavlovia.org
Download
Install
Change Log
Support
Forum
Consultancy
Learn
Documentation
Workshops
Teaching
YouTube
Demos
More
API
Contribute
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