mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 20:34:58 +00:00
Init ivec[2|3|4] docs
This commit is contained in:
@@ -43,6 +43,9 @@ Follow the :doc:`build` documentation for this
|
||||
vec3-ext
|
||||
vec4
|
||||
vec4-ext
|
||||
ivec2
|
||||
ivec3
|
||||
ivec4
|
||||
color
|
||||
plane
|
||||
project
|
||||
|
||||
@@ -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
10
docs/source/ivec2.rst
Normal 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
9
docs/source/ivec3.rst
Normal 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
9
docs/source/ivec4.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
.. default-domain:: C
|
||||
|
||||
ivec4
|
||||
=====
|
||||
|
||||
Header: cglm/ivec4.h
|
||||
|
||||
Table of contents (click to go):
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Reference in New Issue
Block a user