6a63d64453
Fix compatibility with nimskull
2024-08-17 02:46:06 +02:00
lilkeet
aee0c310fe
bug fix for some inputs into angle proc
2024-07-27 02:02:49 -05:00
lilkeet
f6bc3ccc08
remove runnable examples per comment in pr
2024-07-27 00:48:34 -05:00
lilkeet
3d42a8ed2a
fix generic typing bug: prev commit allowed mixing vector types in arguments like angle(vec2, vec3)
2024-06-24 02:14:37 -05:00
lilkeet
57ad916ab1
fixes #73 by removing the faulty vec2 proc and making the vec3 angle proc work for vec2
2024-06-24 02:04:12 -05:00
Andre von Houck
7282ae1247
Merge pull request #66 from treeform/dev
...
Right-hand z-forward coordinate system
2023-05-11 22:26:03 -07:00
treeform
336ef5c764
fix merge junk
2023-05-11 22:20:22 -07:00
treeform
8ff93d903a
more changes
2023-05-11 22:18:43 -07:00
treeform
6078b51561
fract not frac!
2023-03-05 11:41:13 -08:00
treeform
f84453543a
undo fixed point stuff, its not working
2023-03-04 17:18:17 -08:00
treeform
e4364449e8
Fix warnings.
2023-03-04 14:19:42 -08:00
treeform
2688769103
Right-hand z-forward coordinate system
2023-03-04 12:57:17 -08:00
Andre von Houck
b0782541e1
Merge pull request #64 from treeform/dev
...
Fix for lookAt: https://github.com/treeform/vmath/issues/63
2023-03-01 07:40:50 -08:00
treeform
5c347516ba
fix
2023-02-27 12:59:43 -08:00
treeform
cd6fd9cfca
expose gen*Constructor for users to add their own types.
2023-02-27 12:58:31 -08:00
treeform
da54243231
Fix for lookAt: https://github.com/treeform/vmath/issues/63
2023-02-27 11:57:22 -08:00
SMT50001
7c521adb94
Fixed platform-dependent type casts
2022-12-14 21:38:21 +03:00
treeform
005a6235ef
More work on swizzle.
2022-08-08 11:03:41 -07:00
Andre von Houck
da90d35282
Merge pull request #52 from levovix0/master
...
fix getters and template -> func for setters in swizzle
2022-08-08 10:33:27 -07:00
silent-observer
8ae21a7a4e
Fix documentation errors when importing vmath
2022-07-18 17:49:53 +03:00
treeform
a5697855f4
Fix to work around --mm:arc bug.
2022-07-08 16:50:35 -07:00
Ryan Oldenburg
1938d04cf8
simpler quantize + test
2022-06-10 14:32:24 -05:00
levovix0
3be5d965e2
fix setters in swizzle
2022-06-05 17:09:16 +03:00
levovix0
8b85bef504
fix getters and template -> func for setters in swizzle
2022-06-05 13:48:09 +03:00
treeform
3c138bb23d
Add inversesqrt, vec boolean, and mix functions from glsl.
2022-04-01 10:11:45 -07:00
treeform
cba483c057
Fix #51 - Better doc generation.
2022-03-18 14:36:06 -07:00
treeform
4a9f5fa397
Fix mat4.pos.
2022-01-28 20:45:04 -08:00
Ryan Oldenburg
3e78d218a5
trunc instead of floor
2021-12-03 14:18:03 -06:00
Ryan Oldenburg
0e33227e90
not needed
2021-11-23 16:28:15 -06:00
treeform
98f8485ff0
Fix https://github.com/treeform/vmath/issues/44
2021-11-20 22:14:44 -08:00
treeform
b11891e6ec
func -> template
2021-11-20 22:14:33 -08:00
treeform
666abd8c83
Merge pull request #46 from treeform/swizzle2
...
Add template based swizzle
2021-11-20 22:09:50 -08:00
treeform
c15614ec2c
Add tempalte based swizzle to work around https://github.com/nim-lang/Nim/issues/13063
2021-11-20 09:55:10 -08:00
treeform
87325778b7
Merge branch 'master' of github.com:treeform/vmath
2021-10-26 08:36:22 -07:00
treeform
f9f41a5bb2
Add pos setter and getter to mat4.
2021-10-26 08:36:19 -07:00
Ryan Oldenburg
81041ac712
add some vector conversions
2021-10-11 20:45:10 -05:00
treeform
47891e35d2
Add mat3.determinant and use it in inverse().
2021-10-04 12:44:27 -07:00
Andre von Houck
fa66fc6538
Small change.
2021-09-26 21:46:49 -07:00
Ryan Oldenburg
7b55ea0b12
1.0.11 Mat3 bycopy
2021-09-05 12:23:07 -05:00
treeform
522bbf3bc0
Depricate lerp use mix, add mod and zmod.
2021-07-15 22:28:16 -07:00
treeform
f711a5ff6d
Add Swizzle to all Vecs. ( #39 )
...
* Add swizzle based on macro.
* More constructors.
* Make it work with shady.
* Morepretty.
* Add ray tracer output.
* Better typePrefix that works with all vector layouts.
2021-07-12 20:07:40 -07:00
treeform
9196bbfe81
Fix minor issues with Apple M1.
2021-07-11 06:25:13 -07:00
treeform
0a29d51639
Add mat3 * vec3.
2021-07-06 08:50:39 -07:00
treeform
9b9f8f525e
Add some more matrix * vector operatoins.
2021-07-05 09:54:23 -07:00
treeform
d0aace4c93
Add min/max functions for vectors.
2021-06-11 08:02:30 -07:00
Ryan Oldenburg
7f4545b241
faster == and !=
2021-06-05 00:31:19 -05:00
treeform
43f9875df8
Change readme. Allow toRad/deg take integers.
2021-05-29 11:24:48 -07:00
treeform
693002bacd
1.0.8: Fix and bench isNan.
2021-05-29 10:55:46 -07:00
treeform
b355ff2a28
Merge branch 'master' of github.com:treeform/vmath
2021-05-29 09:29:39 -07:00
treeform
a2c0da6255
1.0.7 - Add $ to everything, add isNaN.
2021-05-29 09:29:36 -07:00