10 lines
229 B
C
10 lines
229 B
C
#ifndef _TEST_QUATERNION_SET_TO_IDENTITY_H_
|
|
#define _TEST_QUATERNION_SET_TO_IDENTITY_H_
|
|
|
|
void test_quaternion_set_to_identity_fp32();
|
|
|
|
void test_quaternion_set_to_identity_fp64();
|
|
|
|
void test_quaternion_set_to_identity();
|
|
|
|
#endif
|