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

10 lines
188 B
C

#ifndef _TEST_QUATERNION_RESET_H_
#define _TEST_QUATERNION_RESET_H_
int test_bgc_quaternion_reset_fp32();
int test_bgc_quaternion_reset_fp64();
int test_bgc_quaternion_reset();
#endif