bgc-c/basic-geometry-test/tests/quaternion/quaternion_is_zero.h

10 lines
198 B
C

#ifndef _TEST_QUATERNION_IS_ZERO_H_
#define _TEST_QUATERNION_IS_ZERO_H_
int test_bgc_quaternion_is_zero_fp32();
int test_bgc_quaternion_is_zero_fp64();
int test_bgc_quaternion_is_zero();
#endif