Skip to content
Zuzu-Typ edited this page Oct 8, 2020 · 8 revisions

PyGLM Wiki

Welcome to PyGLM's wiki

The wiki is continuously growing and improving.

I recommend starting at PyGLM Types if you're new.

For a reference of all of PyGLM's functions, take a look over here.
You can also refer to the Python Help system or __doc__ fields if you need more info about individual functions.

>>> help(glm.identity)
Help on built-in function identity in module glm:

identity(...)
    identity(matrix_type: type) -> matNxM
    Builds an identity matrix.

Feel free to browse through the other wiki pages.

Thank you for using PyGLM!

Pages in this wiki

Clone this wiki locally