more F16 math

This commit is contained in:
Jorijn van der Graaf 2026-03-19 02:19:01 +01:00
commit e3cd40fa90
5 changed files with 1026 additions and 502 deletions

View file

@ -8,7 +8,8 @@
"interfaces/Crafter.Math-Basic",
"interfaces/Crafter.Math-MatrixRowMajor",
"interfaces/Crafter.Math",
"interfaces/Crafter.Math-Intersection"
"interfaces/Crafter.Math-Intersection",
"interfaces/Crafter.Math-VectorF16"
],
"implementations": []
},
@ -27,7 +28,7 @@
"name": "test",
"implementations": ["interfaces/main"],
"extends": ["base"],
"debug": true
"debug": false
}
]
}