feat(test_vec): add cross product function test

This commit is contained in:
2025-03-15 20:15:54 +01:00
committed by Loïc GUEZO
parent 1cd95b0fbd
commit c451daeadd
3 changed files with 19 additions and 6 deletions

View File

@@ -10,16 +10,17 @@ int main() {
addVector3_test();
subVector3_test();
scaleVector3_test();
scalVector3_test();
dotVector3_test();
lenVector3_test();
normVector3_test();
lerpVector3_test();
crosVector3_test();
anglVector3_test();
projVector3_test();
reflVector3_test();
distVector3_test();
rotateVector3_test();
rotaVector3_test();
SUCCESS("Vector3");
// --- Vector4 ---