xy_F3
=> 3c2dafcdba4f3e1db3d8c438fae6fe9729a5f51f
[1mdiff --git a/include/the_Foundation/math_generic.h b/include/the_Foundation/math_generic.h[m [1mindex 0d81a4b..3379a53 100644[m [1m--- a/include/the_Foundation/math_generic.h[m [1m+++ b/include/the_Foundation/math_generic.h[m [36m@@ -375,6 +375,10 @@[m [miLocalDef iFloat3 shuffle_F3(const iFloat3 d, int x, int y, int z) {[m return init_F3(d.v[x], d.v[y], d.v[z]);[m }[m [m [32m+[m[32miLocalDef iFloat3 xy_F3(const iFloat3 d) {[m [32m+[m[32m return init_F3(d.value.x, d.value.y, 0);[m [32m+[m[32m}[m [32m+[m iLocalDef iFloat3 xyz_F3(const iFloat3 d) {[m return init_F3(d.value.x, d.value.y, d.value.z);[m }[m
text/gemini; charset=utf-8
This content has been proxied by September (ba2dc).