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
25typedef double gf_math_vector_t[4];
26#else
27#error "should not happen!"
28#endif
29
30#endif
Required headers before anything.
double gf_math_vector_t[4]
Vector.
Definition math.h:25