bgc-c/test/sp_vector2_test.h

16 lines
274 B
C

#ifndef __GEOMETRY_VECTOR2_FLOAT_TEST_H__
#define __GEOMETRY_VECTOR2_FLOAT_TEST_H__
#include "geometry_test.h"
int test_sp_vector2();
int test_sp_vector2_square_module();
int test_sp_vector2_module();
int test_sp_vector2_add();
int test_sp_vector2_subtract();
#endif