1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
[//]: # (generated using SlashBack 0.2.0)
# PyGLM Wiki
### Welcome to PyGLM's wiki
The wiki is continuously growing and improving\.
I recommend starting at [PyGLM Types](PyGLM-Types.md) if you're new\.
You can also have a look at the [reference of PyGLM's functions](function-reference/README.md)\.
\(Or refer to the Python Help system or \_\_doc\_\_ fields if you need more info about individual functions\)\.
``` Python
>>> 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
* [PyGLM Types](PyGLM-Types.md) \- An overview of the data types that PyGLM provides\.
* [Using Vectors](Using-vectors.md) \- A reference of the usage of vector types\.
* [Using Matrices](Using-matrices.md) \- A reference of the usage of matrix types\.
* [Using Quaternions](Using-quaternions.md) \- A reference of the usage of quaternion types\.
* [Using Arrays](Using-arrays.md) \- A reference of the usage of the array type\.
* [Building PyGLM](Building-PyGLM.md) \- How to build PyGLM from source\.
* [Passing data to external libs](Passing-data-to-external-libs.md) \- How to pass data from PyGLM to other C libraries, such as PyOpenGL\.
|