| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .. cglm documentation master file, created by
- sphinx-quickstart on Tue Jun 6 20:31:05 2017.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- cglm Documentation
- ================================
- **cglm** is optimized 3D math library written in C99 (compatible with C89).
- It is similar to original **glm** library except this is mainly for **C**
- This library stores matrices as column-major order but in the future row-major
- is considered to be supported as optional.
- Also currently only **float** type is supported for most operations.
- .. toctree::
- :maxdepth: 2
- :caption: Getting Started:
- features
- build
- getting_started
- .. toctree::
- :maxdepth: 2
- :caption: How To:
- opengl
- .. toctree::
- :maxdepth: 2
- :caption: API:
- api
- .. toctree::
- :maxdepth: 2
- :caption: Options:
- opt
- .. toctree::
- :maxdepth: 2
- :caption: Troubleshooting:
- troubleshooting
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|