bgc-c/basic-geometry-test/tests/vector3/vector3_is_unit.h

10 lines
171 B
C

#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