mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 12:34:24 +00:00
feat(test_vec3): added all unit tests for vector operations
This commit is contained in:
12
test/test_vec3.h
Normal file
12
test/test_vec3.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef TEST_V4
|
||||
#define TEST_V4
|
||||
|
||||
void addVector3_test();
|
||||
void subVector3_test();
|
||||
void scaleVector3_test();
|
||||
void dotVector3_test();
|
||||
void lenVector3_test();
|
||||
void normVector3_test();
|
||||
void distVector3_test();
|
||||
|
||||
#endif // TEST_V4
|
||||
Reference in New Issue
Block a user