]> Dogcows Code - chaz/yoink/blob - src/moof/cml/mathlib/mathlib.h
the massive refactoring effort
[chaz/yoink] / src / moof / cml / mathlib / mathlib.h
1 /* -*- C++ -*- ------------------------------------------------------------
2
3 Copyright (c) 2007 Jesse Anders and Demian Nave http://cmldev.net/
4
5 The Configurable Math Library (CML) is distributed under the terms of the
6 Boost Software License, v1.0 (see cml/LICENSE for details).
7
8 *-----------------------------------------------------------------------*/
9 /** @file
10 * @brief
11 */
12
13 #ifndef mathlib_h
14 #define mathlib_h
15
16 #include <cml/mathlib/typedef.h>
17 #include <cml/mathlib/epsilon.h>
18 #include <cml/mathlib/vector_angle.h>
19 #include <cml/mathlib/vector_ortho.h>
20 #include <cml/mathlib/vector_transform.h>
21 #include <cml/mathlib/matrix_ortho.h>
22 #include <cml/mathlib/matrix_rotation.h>
23 #include <cml/mathlib/matrix_transform.h>
24 #include <cml/mathlib/matrix_projection.h>
25 #include <cml/mathlib/quaternion_basis.h>
26 #include <cml/mathlib/quaternion_rotation.h>
27 #include <cml/mathlib/coord_conversion.h>
28 #include <cml/mathlib/interpolation.h>
29 #include <cml/mathlib/frustum.h>
30 #include <cml/mathlib/projection.h>
31 #include <cml/mathlib/picking.h>
32
33 #endif
This page took 0.030232 seconds and 4 git commands to generate.