Merge branch 'master' into feature/mat3x4

This commit is contained in:
Recep Aslantas
2023-07-16 23:31:33 +03:00
committed by GitHub
13 changed files with 19 additions and 19 deletions

View File

@@ -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

View File

@@ -11,7 +11,7 @@ Table of contents (click to go):
Macros:
1. GLM_MAT2X3_ZERO_INIT
#. GLM_MAT2x3_ZERO
#. GLM_MAT2X3_ZERO
Functions:

View File

@@ -11,7 +11,7 @@ Table of contents (click to go):
Macros:
1. GLM_MAT2X4_ZERO_INIT
#. GLM_MAT2x4_ZERO
#. GLM_MAT2X4_ZERO
Functions:

View File

@@ -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

View File

@@ -11,7 +11,7 @@ Table of contents (click to go):
Macros:
1. GLM_MAT3X2_ZERO_INIT
#. GLM_MAT3x2_ZERO
#. GLM_MAT3X2_ZERO
Functions:

View File

@@ -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