-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Zuzu-Typ edited this page Jun 30, 2020
·
8 revisions
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!