Модульные тесты для Vector2, Vector3, Quaternion и Versor: is unit, is zero, is identity
This commit is contained in:
parent
47ba771b68
commit
2d8240265c
74 changed files with 999 additions and 348 deletions
10
basic-geometry-test/tests/vector3/vector3_is_unit.h
Normal file
10
basic-geometry-test/tests/vector3/vector3_is_unit.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef _TEST_VECTOR3_IS_UNIT_H_
|
||||
#define _TEST_VECTOR3_IS_UNIT_H_
|
||||
|
||||
int test_vector3_is_unit_fp32();
|
||||
|
||||
int test_vector3_is_unit_fp64();
|
||||
|
||||
int test_vector3_is_unit();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue