Добавлено несколько модульных тестов (покрыто примерно 3,2%), небольшое исправление, переименование tantent в tangent pair (тангенсная пара)
This commit is contained in:
parent
9864653787
commit
ab4a589e21
30 changed files with 1433 additions and 155 deletions
16
basic-geometry-test/tests/vector2.h
Normal file
16
basic-geometry-test/tests/vector2.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef _TEST_VECTOR2_H_
|
||||
#define _TEST_VECTOR2_H_
|
||||
|
||||
#include "./../helpers.h"
|
||||
/*
|
||||
int test_fp32_vector2();
|
||||
|
||||
int test_vector2_fp32_square_modulus();
|
||||
|
||||
int test_vector2_fp32_modulus();
|
||||
|
||||
int test_vector2_add_fp32();
|
||||
|
||||
int test_vector2_subtract_fp32();
|
||||
*/
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue