Init ivec[2|3|4] docs

This commit is contained in:
Christopher Lang
2022-05-20 15:02:58 +01:00
parent 2432970f90
commit 4aef2510e9
5 changed files with 31 additions and 2 deletions

View File

@@ -43,6 +43,9 @@ Follow the :doc:`build` documentation for this
vec3-ext
vec4
vec4-ext
ivec2
ivec3
ivec4
color
plane
project

View File

@@ -13,8 +13,6 @@ It is similar to the original **glm** library, except **cglm** is mainly for
**cglm** stores matrices as column-major order but in the future row-major is
considered to be supported as optional.
Currently only **float** type is supported for most operations.
.. toctree::
:maxdepth: 2
:caption: Getting Started:

10
docs/source/ivec2.rst Normal file
View File

@@ -0,0 +1,10 @@
.. default-domain:: C
ivec2
=====
Header: cglm/ivec2.h
Table of contents (click to go):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

9
docs/source/ivec3.rst Normal file
View File

@@ -0,0 +1,9 @@
.. default-domain:: C
ivec3
=====
Header: cglm/ivec3.h
Table of contents (click to go):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

9
docs/source/ivec4.rst Normal file
View File

@@ -0,0 +1,9 @@
.. default-domain:: C
ivec4
=====
Header: cglm/ivec4.h
Table of contents (click to go):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~