mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 04:22:36 +00:00
Merge branch 'master' into feature/mat3x4
This commit is contained in:
@@ -183,7 +183,7 @@ Functions documentation
|
||||
|
||||
Create mat2 matrix from pointer
|
||||
|
||||
| NOTE: **@src** must contain 4 elements.
|
||||
| NOTE: **@src** must contain at least 4 elements.
|
||||
|
||||
Parameters:
|
||||
| *[in]* **src** pointer to an array of floats
|
||||
|
||||
@@ -11,7 +11,7 @@ Table of contents (click to go):
|
||||
Macros:
|
||||
|
||||
1. GLM_MAT2X3_ZERO_INIT
|
||||
#. GLM_MAT2x3_ZERO
|
||||
#. GLM_MAT2X3_ZERO
|
||||
|
||||
Functions:
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Table of contents (click to go):
|
||||
Macros:
|
||||
|
||||
1. GLM_MAT2X4_ZERO_INIT
|
||||
#. GLM_MAT2x4_ZERO
|
||||
#. GLM_MAT2X4_ZERO
|
||||
|
||||
Functions:
|
||||
|
||||
|
||||
@@ -193,7 +193,7 @@ Functions documentation
|
||||
|
||||
Create mat3 matrix from pointer
|
||||
|
||||
| NOTE: **@src** must contain 9 elements.
|
||||
| NOTE: **@src** must contain at least 9 elements.
|
||||
|
||||
Parameters:
|
||||
| *[in]* **src** pointer to an array of floats
|
||||
|
||||
@@ -11,7 +11,7 @@ Table of contents (click to go):
|
||||
Macros:
|
||||
|
||||
1. GLM_MAT3X2_ZERO_INIT
|
||||
#. GLM_MAT3x2_ZERO
|
||||
#. GLM_MAT3X2_ZERO
|
||||
|
||||
Functions:
|
||||
|
||||
|
||||
@@ -308,7 +308,7 @@ Functions documentation
|
||||
|
||||
Create mat4 matrix from pointer
|
||||
|
||||
| NOTE: **@src** must contain 16 elements.
|
||||
| NOTE: **@src** must contain at least 16 elements.
|
||||
|
||||
Parameters:
|
||||
| *[in]* **src** pointer to an array of floats
|
||||
|
||||
Reference in New Issue
Block a user