Fixed Point Arithmetic  0
Fixed-point math library.
quaternion.h
Go to the documentation of this file.
1 
37 #ifndef FIXED_POINT_QUATERNION_H
38 #define FIXED_POINT_QUATERNION_H
39 
40 #include "common.h"
41 #include "quaternion_types.h"
42 
43 #ifdef FXP_C99_INLINE
44 
45 #ifndef _FXP_INLINE_KW
46 #define _FXP_INLINE_KW inline
47 #define _FXP_INLINE_PROTO_KW extern inline
48 #endif
49 
50 #ifndef FXP_DECLARATION
51 #define FXP_DECLARATION FXP_DECLARATION_C99_HEADER
52 #endif
53 
54 #include "inline/quaternion.h"
55 
56 #endif /* FXP_C99_INLINE */
57 
58 #endif /* FIXED_POINT_QUATERNION_H */