This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c9e1e2d763a19e7164921b59285adca131a43fd6
c3c
/
lib
/
std
/
math
History
Christoffer Lerno
c9e1e2d763
Replace $$shufflevector with $$swizzle and $$swizzle2. Add builtin swizzle accessors.
2023-01-22 01:12:55 +01:00
..
math_builtin.c3
Added easings. Move of math to own folder.
2023-01-19 22:49:30 +01:00
math_easings.c3
Added easings. Move of math to own folder.
2023-01-19 22:49:30 +01:00
math_i128.c3
Added easings. Move of math to own folder.
2023-01-19 22:49:30 +01:00
math_quaternion.c3
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
math_vector.c3
Replace $$shufflevector with $$swizzle and $$swizzle2. Add builtin swizzle accessors.
2023-01-22 01:12:55 +01:00
math.c3
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
math.complex.c3
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
math.matrix.c3
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
math.simple_random.c3
Added easings. Move of math to own folder.
2023-01-19 22:49:30 +01:00