Модульные тесты для 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/versor/versor_is_identity.h
Normal file
10
basic-geometry-test/tests/versor/versor_is_identity.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef _TEST_VERSOR_IS_IDENTITY_H_
|
||||
#define _TEST_VERSOR_IS_IDENTITY_H_
|
||||
|
||||
int test_versor_is_identity_fp32();
|
||||
|
||||
int test_versor_is_identity_fp64();
|
||||
|
||||
int test_versor_is_identity();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue