Home
About
Pavlovia.org
Download
Install
Change Log
Support
Forum
Consultancy
Learn
Documentation
Workshops
Teaching
YouTube
Demos
More
API
Contribute
psychopy.tools.gltools.getModelViewMatrix
¶
psychopy.tools.gltools.
getModelViewMatrix
(
)
[source]
¶
Get the present model matrix from the OpenGL matrix stack.
Returns
:
4x4 model/view matrix.
Return type
:
ndarray
Back to top