Initial commit
This commit is contained in:
33
Lib/Include/CML/mathlib/mathlib.h
Normal file
33
Lib/Include/CML/mathlib/mathlib.h
Normal file
@@ -0,0 +1,33 @@
|
||||
/* -*- C++ -*- ------------------------------------------------------------
|
||||
|
||||
Copyright (c) 2007 Jesse Anders and Demian Nave http://cmldev.net/
|
||||
|
||||
The Configurable Math Library (CML) is distributed under the terms of the
|
||||
Boost Software License, v1.0 (see cml/LICENSE for details).
|
||||
|
||||
*-----------------------------------------------------------------------*/
|
||||
/** @file
|
||||
* @brief
|
||||
*/
|
||||
|
||||
#ifndef mathlib_h
|
||||
#define mathlib_h
|
||||
|
||||
#include <cml/mathlib/typedef.h>
|
||||
#include <cml/mathlib/epsilon.h>
|
||||
#include <cml/mathlib/vector_angle.h>
|
||||
#include <cml/mathlib/vector_ortho.h>
|
||||
#include <cml/mathlib/vector_transform.h>
|
||||
#include <cml/mathlib/matrix_ortho.h>
|
||||
#include <cml/mathlib/matrix_rotation.h>
|
||||
#include <cml/mathlib/matrix_transform.h>
|
||||
#include <cml/mathlib/matrix_projection.h>
|
||||
#include <cml/mathlib/quaternion_basis.h>
|
||||
#include <cml/mathlib/quaternion_rotation.h>
|
||||
#include <cml/mathlib/coord_conversion.h>
|
||||
#include <cml/mathlib/interpolation.h>
|
||||
#include <cml/mathlib/frustum.h>
|
||||
#include <cml/mathlib/projection.h>
|
||||
#include <cml/mathlib/picking.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user