From 926a268b9a8d80f5d22b51a741d2ffbd8e898496 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:35:17 +0100 Subject: Updating docs --- math_8hpp_source.html | 101 -------------------------------------------------- 1 file changed, 101 deletions(-) delete mode 100644 math_8hpp_source.html (limited to 'math_8hpp_source.html') diff --git a/math_8hpp_source.html b/math_8hpp_source.html deleted file mode 100644 index f90ed353..00000000 --- a/math_8hpp_source.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - -YAGE: include/YAGE/Math/math.hpp Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.1 -
-
Yet Another Game Engine
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
math.hpp
-
-
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  * math.hpp
3  *
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
5  * See file LICENSE for more details
6  * ----------------------------------------------------------------------------
7  */
8 
9 #ifndef YAGE_MATH_HPP
10 #define YAGE_MATH_HPP
11 
12 #include "matrix.hpp"
13 
14 #endif
-
-
- - - - -- cgit