Ravelin
VectorNf.h
1 /****************************************************************************
2  * Copyright 2005 Evan Drumwright
3  * This library is distributed under the terms of the Apache V2.0
4  * License (obtainable from http://www.apache.org/licenses/LICENSE-2.0).
5  ****************************************************************************/
6 
7 #ifndef _VECTORNF_H
8 #define _VECTORNF_H
9 
10 #include <cstdarg>
11 #include <boost/shared_array.hpp>
12 #include <Ravelin/SharedResizable>
13 #include <Ravelin/cblas.h>
14 #include <Ravelin/Vector2f.h>
15 #include <Ravelin/Vector3f.h>
16 #include <Ravelin/SharedVectorNf.h>
17 #include <Ravelin/MissizeException.h>
18 #include <Ravelin/InvalidIndexException.h>
19 
20 namespace Ravelin {
21 
22 #include "fdefs.h"
23 #include "VectorN.h"
24 #include "undefs.h"
25 
26 } // end namespace
27 
28 #endif
29