From be5d48d2eaed3af76f03297e376f7a67e8a8238f Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 20 Dec 2017 18:02:11 +0000 Subject: Rebuilding documentation --- math_8h_source.html | 138 ---------------------------------------------------- 1 file changed, 138 deletions(-) delete mode 100644 math_8h_source.html (limited to 'math_8h_source.html') diff --git a/math_8h_source.html b/math_8h_source.html deleted file mode 100644 index 453b53f6..00000000 --- a/math_8h_source.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - -YAGE: yage/math/math.h Source File - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.3.1 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
-
-
math.h
-
-
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
-
2  * math.h
-
3  *
-
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
-
5  * MIT License, see LICENSE file for more details.
-
6  * ----------------------------------------------------------------------------
-
7  */
-
8 
-
9 #ifndef YAGE_MATH_H
-
10 #define YAGE_MATH_H
-
11 
-
12 #include "matrix.h"
-
13 
-
14 #endif
- -
-
- - - - -- cgit