10 lines
183 B
C
10 lines
183 B
C
#ifndef _TEST_QUATERNION_COPY_H_
|
|
#define _TEST_QUATERNION_COPY_H_
|
|
|
|
int test_bgc_quaternion_copy_fp32();
|
|
|
|
int test_bgc_quaternion_copy_fp64();
|
|
|
|
int test_bgc_quaternion_copy();
|
|
|
|
#endif
|