Recep Aslantas
|
75b99ef87d
|
fixes: https://github.com/recp/cglm/issues/371
|
2023-12-09 21:28:53 +03:00 |
|
Vincent Davis Jr
|
82892085b3
|
docs: fix mat#x# comments and documentation
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
|
2023-07-16 15:46:35 -04:00 |
|
Recep Aslantas
|
530ec2d0f8
|
reduce glms_mat[4|3|2]_make()'s dest parameter
the return value is the dest.
|
2023-05-16 14:26:11 +03:00 |
|
Vincent Davis Jr
|
0566a040c0
|
mat3: add new function glm_mat3_make
Function takes in a 9 element float array
and converts it into a mat3 matrix.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
|
2023-05-14 20:56:25 -05:00 |
|
Recep Aslantas
|
ea8ef4a3c9
|
struct: provide option to omit struct api namespace e.g. glms_ and an option to add s suffix e.g. mat4s_mul if preferred
|
2023-04-09 14:28:05 +03:00 |
|
Carsten Hartenfels
|
8ad273475f
|
Make GLMS_ initializers use the GLM_ versions
So that we don't write them twice. More consistent this way.
|
2019-11-24 16:02:03 -05:00 |
|
Carsten Hartenfels
|
11dae5126b
|
Add braces around matrix struct intializers
They're missing and trigger warnings in the tests.
|
2019-11-24 13:32:35 -05:00 |
|
Carsten Hartenfels
|
f3ea5b4f3e
|
Change empty prototypes to (void)
Because () means an arbitrary number of arguments in C, which is not
intended here.
|
2019-11-23 10:10:17 -05:00 |
|
Recep Aslantas
|
3797c55154
|
fix test build, supress warnings, update header guards for struct api
|
2019-06-03 12:54:27 +03:00 |
|
acoto87
|
ba2031d977
|
- Rename structs folder to struct
- Include files in `cglms.h`
- Fix style issues (tabs to spaces, open brace without newline)
|
2019-05-21 16:45:34 -05:00 |
|