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

10 lines
171 B
C

#ifndef _TEST_QUATERNION_SWAP_H_
#define _TEST_QUATERNION_SWAP_H_
int test_quaternion_swap_fp32();
int test_quaternion_swap_fp64();
int test_quaternion_swap();
#endif