diff --git a/docs/source/api.rst b/docs/source/api.rst index a35b45b..7ffb823 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -43,6 +43,9 @@ Follow the :doc:`build` documentation for this vec3-ext vec4 vec4-ext + ivec2 + ivec3 + ivec4 color plane project diff --git a/docs/source/index.rst b/docs/source/index.rst index a01c96b..34a71c4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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: diff --git a/docs/source/ivec2.rst b/docs/source/ivec2.rst new file mode 100644 index 0000000..26a4b3c --- /dev/null +++ b/docs/source/ivec2.rst @@ -0,0 +1,10 @@ + +.. default-domain:: C + +ivec2 +===== + +Header: cglm/ivec2.h + +Table of contents (click to go): +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/ivec3.rst b/docs/source/ivec3.rst new file mode 100644 index 0000000..de9e77b --- /dev/null +++ b/docs/source/ivec3.rst @@ -0,0 +1,9 @@ +.. default-domain:: C + +ivec3 +===== + +Header: cglm/ivec3.h + +Table of contents (click to go): +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/ivec4.rst b/docs/source/ivec4.rst new file mode 100644 index 0000000..f86365f --- /dev/null +++ b/docs/source/ivec4.rst @@ -0,0 +1,9 @@ +.. default-domain:: C + +ivec4 +===== + +Header: cglm/ivec4.h + +Table of contents (click to go): +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~