Update matrix types to be the native Odin matrix types

This commit is contained in:
gingerBill
2022-01-10 11:32:27 +00:00
parent 057174497a
commit af612bc7e9
6 changed files with 2103 additions and 2164 deletions
+5
View File
@@ -1,5 +1,10 @@
package linalg
/*
These procedures are to allow for swizzling with non-compile (runtime) known components
*/
Scalar_Components :: enum u8 {
x = 0,
r = 0,