00001 /* -*- C++ -*- ------------------------------------------------------------ 00002 00003 Copyright (c) 2007 Jesse Anders and Demian Nave http://cmldev.net/ 00004 00005 The Configurable Math Library (CML) is distributed under the terms of the 00006 Boost Software License, v1.0 (see cml/LICENSE for details). 00007 00008 *-----------------------------------------------------------------------*/ 00063 #ifndef cml_h 00064 #define cml_h 00065 00066 #include <cml/vector.h> 00067 #include <cml/matrix.h> 00068 #include <cml/quaternion.h> 00069 #include <cml/util.h> 00070 #include <cml/mathlib/mathlib.h> 00071 00072 #endif 00073 00074 // ------------------------------------------------------------------------- 00075 // vim:ft=cpp