[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/plain
This content has been proxied by September (ba2dc).