mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 12:34:24 +00:00
feat(test_vec): add cross product function test
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user