mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 04:22:36 +00:00
add new matrix mat3x2
Initial function being glm_mat3x2_make Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -49,6 +49,7 @@ Follow the :doc:`build` documentation for this
|
||||
mat2x3
|
||||
mat2x4
|
||||
mat3
|
||||
mat3x2
|
||||
mat4
|
||||
vec2
|
||||
vec2-ext
|
||||
|
||||
30
docs/source/mat3x2.rst
Normal file
30
docs/source/mat3x2.rst
Normal file
@@ -0,0 +1,30 @@
|
||||
.. default-domain:: C
|
||||
|
||||
mat3x2
|
||||
======
|
||||
|
||||
Header: cglm/mat3x2.h
|
||||
|
||||
Table of contents (click to go):
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Macros:
|
||||
|
||||
1. GLM_MAT3X2_ZERO_INIT
|
||||
#. GLM_MAT3x2_ZERO
|
||||
|
||||
Functions:
|
||||
|
||||
1. :c:func:`glm_mat3x2_make`
|
||||
|
||||
Functions documentation
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. c:function:: void glm_mat3x2_make(float * __restrict src, mat3x2 dest)
|
||||
|
||||
Create mat3x2 matrix from pointer
|
||||
|
||||
| NOTE: **@src** must contain at least 6 elements.
|
||||
Parameters:
|
||||
| *[in]* **src** pointer to an array of floats
|
||||
| *[out]* **dest** destination matrix3x2
|
||||
Reference in New Issue
Block a user