Добавлено несколько модульных тестов для Vector2, Vector3, Versor
This commit is contained in:
parent
ab4a589e21
commit
86426c9bd5
30 changed files with 1148 additions and 3 deletions
8
basic-geometry-test/tests/vector3/vector3_set_values.h
Normal file
8
basic-geometry-test/tests/vector3/vector3_set_values.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef _TEST_VECTOR3_SET_VALUES_H_
|
||||
#define _TEST_VECTOR3_SET_VALUES_H_
|
||||
|
||||
int test_bgc_vector3_set_values_fp32();
|
||||
|
||||
int test_bgc_vector3_set_values_fp64();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue