10 lines
179 B
C
10 lines
179 B
C
#ifndef _TEST_QUATERNION_RESET_H_
|
|
#define _TEST_QUATERNION_RESET_H_
|
|
|
|
void test_quaternion_reset_fp32();
|
|
|
|
void test_quaternion_reset_fp64();
|
|
|
|
void test_quaternion_reset();
|
|
|
|
#endif
|