Marcin
9a25fab6f0
vec2_floor boilerplate
2025-01-18 12:57:32 +00:00
Marcin
bfaf413a5d
vec2_floor impl
2025-01-18 12:57:32 +00:00
Marcin
9594d0cc86
add missing glms_vec2_abs
2025-01-18 12:57:32 +00:00
Marcin
3c9eecd0be
vec2_fract boilerplate
2025-01-18 12:57:32 +00:00
Marcin
a9fee1b4d7
vec2_fract
2025-01-18 12:57:31 +00:00
Marcin
68215526cf
vec4_floor boilerplate
2025-01-18 12:57:31 +00:00
Marcin
c27ef7e93b
vec3_floor struct doc
2025-01-18 12:57:31 +00:00
Marcin
2ba561cc92
move vec4_floor to ext
2025-01-18 12:57:31 +00:00
Marcin
967c9e0a09
vec3_floor boilerplate
2025-01-18 12:57:31 +00:00
Marcin
1637d2cef1
move vec3_floor to ext
2025-01-18 12:57:30 +00:00
Marcin
2acdd1e4d0
fix _glm_noiseDetail_gradNorm_vec2
2025-01-18 12:57:30 +00:00
Marcin
606ecbceaa
vac_muls -> vec_scale
2025-01-18 12:57:30 +00:00
Marcin
f1a72241b1
docs
2025-01-17 20:34:47 +00:00
Marcin
1377a94a17
glm_perlin_vec2 boilerplate
2025-01-17 20:21:59 +00:00
Marcin
a98c270eee
glm_perlin_vec2 impl
2025-01-17 20:21:59 +00:00
Marcin
ae82a493f7
note
2025-01-17 16:38:19 +00:00
Marcin
f0529646b2
glm_perlin_vec3 boilerplate
2025-01-17 16:38:19 +00:00
Marcin
585a999d79
docs
2025-01-17 16:38:19 +00:00
Marcin
5f241a2daf
glm_perlin_vec3 impl
2025-01-17 16:38:19 +00:00
Marcin
fbdc46b205
more doc
2025-01-17 16:38:18 +00:00
Marcin
ae1bee7481
doc
2025-01-17 16:38:18 +00:00
Marcin
a0d8803f76
perlin.h -> noise.h
2025-01-15 14:05:08 +00:00
Marcin
71a0dc6c35
minor reshuffle
2025-01-15 13:35:10 +00:00
Marcin
5d34a04496
refactor gNorm
2025-01-15 13:35:10 +00:00
Marcin
b54dff0124
minor comment
2025-01-15 13:35:10 +00:00
Marcin
fda5406ac0
unnecessary zero init
2025-01-15 13:35:10 +00:00
Marcin
f19dc13e39
missed bracket
2025-01-15 13:35:09 +00:00
Marcin
f3f75a2727
impl but buggy
2025-01-15 13:35:09 +00:00
Marcin
c3e16a53f4
work in progress
2025-01-15 13:35:09 +00:00
Marcin
3e52d90ecb
boilerplate
2025-01-14 17:32:46 +00:00
Marcin
a4cd7e008d
initial impl
2025-01-14 17:31:35 +00:00
Recep Aslantas
c12f318fab
supress fast-math warns
2024-08-27 13:40:34 +03:00
Recep Aslantas
ad009d4e49
doc: improve briefs
2024-08-27 12:29:43 +03:00
Recep Aslantas
2f619cdd6f
newlines
2024-08-27 12:22:42 +03:00
Recep Aslantas
f82d570dec
take -pedantic into account to validate CGLM_USE_ANONYMOUS_STRUCT
2024-08-27 11:58:34 +03:00
Recep Aslantas
48839a38a1
fix refract
2024-07-15 12:41:23 +03:00
Bruce Mitchener
068f6951b3
Reduce typo count.
2024-07-14 09:10:19 +07:00
myfreeer
07dc9520a4
mat4: wasm simd128 for glm_mat4_inv
...
The function `glm_mat4_inv_wasm` has been implemented, but not used in `glm_mat4_inv`. This commit adds a conditional macro to add the case of wasm and simd128 case for calling `glm_mat4_inv_wasm`.
2024-07-03 20:04:50 +08:00
Kaz
5b2c37f73b
Fixed 'missing-prototypes' warnings for some vec2 funcs.
...
Using gcc and missing-prototypes flag shows warnings for:
glmc_vec2_fill, glmc_vec2_eq and glmc_vec2_eqv.
Seems they were not added to call/vec2.h for some reason. This should fix the warnings.
2024-06-09 11:06:18 +02:00
Recep Aslantas
c5b2afc1c4
Update quat.h
2024-05-13 17:20:28 +03:00
John Choi
cd5ed1f4c4
added quat_slerp_longest
2024-05-10 22:32:25 -05:00
Recep Aslantas
eb3a51e591
win: suppress C4996; use snprintf() instead of sprintf()
2024-04-22 21:33:31 +03:00
Recep Aslantas
da4224ba32
now working on v0.9.5
2024-04-02 00:52:54 +03:00
Recep Aslantas
1796cc5ce2
Merge pull request #412 from recp/sse_only
...
separate SSE and SSE2
2024-04-01 17:52:06 +03:00
Recep Aslantas
4e929a81c2
Update x86.h
2024-04-01 13:26:08 +03:00
Recep Aslantas
1d09c41e18
make xor enable in SSEonly + fast math
2024-04-01 13:23:52 +03:00
Recep Aslantas
8b15fd51ba
common way to identify CGLM_FAST_MATH
2024-04-01 13:23:17 +03:00
Recep Aslantas
35a12ed033
make SSE2-only features not available in SSE
2024-04-01 00:52:59 +03:00
Recep Aslantas
28142b5912
Merge pull request #411 from EasyIP2023/bugfix/mat4x3-multiplication
...
mat4x3: fix multiplication functions
2024-03-31 23:44:00 +03:00
Recep Aslantas
f07d75c680
Merge pull request #410 from EasyIP2023/bugfix/mat4x2-multiplication
...
mat4x2: fix multiplication functions
2024-03-31 23:43:11 +03:00