mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
improve docs index
This commit is contained in:
@@ -6,13 +6,14 @@
|
|||||||
cglm Documentation
|
cglm Documentation
|
||||||
================================
|
================================
|
||||||
|
|
||||||
**cglm** is optimized 3D math library written in C99 (compatible with C89).
|
**cglm** is an optimized 3D math library written in C99 (compatible with C89).
|
||||||
It is similar to original **glm** library except this is mainly for **C**
|
It is similar to the original **glm** library, except **cglm** is mainly for
|
||||||
|
**C**.
|
||||||
|
|
||||||
This library stores matrices as column-major order but in the future row-major
|
**cglm** stores matrices as column-major order but in the future row-major is
|
||||||
is considered to be supported as optional.
|
considered to be supported as optional.
|
||||||
|
|
||||||
Also currently only **float** type is supported for most operations.
|
Currently only **float** type is supported for most operations.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
@@ -46,8 +47,8 @@ Also currently only **float** type is supported for most operations.
|
|||||||
|
|
||||||
troubleshooting
|
troubleshooting
|
||||||
|
|
||||||
Indices and tables
|
Indices and Tables:
|
||||||
==================
|
===================
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
|
|||||||
Reference in New Issue
Block a user