GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
math.h
Go to the documentation of this file.
1
7
#ifndef __GF_TYPE_MATH_H__
8
#define __GF_TYPE_MATH_H__
9
10
#include <
gf_pre.h
>
11
#include <
gf_macro.h
>
12
13
#ifdef GF_EXPOSE_MATH
14
/* External library */
15
16
/* Engine */
17
18
/* Standard */
19
25
typedef
double
gf_math_vector_t
[4];
26
#else
27
#error "should not happen!"
28
#endif
29
30
#endif
gf_macro.h
Macro.
gf_pre.h
Required headers before anything.
gf_math_vector_t
double gf_math_vector_t[4]
Vector.
Definition
math.h:25
include
gf_type
math.h
Generated by
1.9.8