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

Welcome to PyGLM's wiki page

The wiki is still pretty young and not at all complete.

I recommend starting at PyGLM Types.

Currently there is no reference for most of PyGLM's functions, so please refer to the Python help information.

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

identity(...)
    identity(matrix_type) -> matrix
    Builds an identity matrix.

Feel free to browse through the other wiki pages.

Thank you for using PyGLM!

Clone this wiki locally