bgc-c/basic-geometry-test/tests/vector2/vector2_is_unit.h

10 lines
171 B
C

#ifndef _TEST_VECTOR2_IS_UNIT_H_
#define _TEST_VECTOR2_IS_UNIT_H_
int test_vector2_is_unit_fp32();
int test_vector2_is_unit_fp64();
int test_vector2_is_unit();
#endif