vm_math  1.0.7
vm_math.h
1 #ifndef vm_math_h_INCLUDED
2 #define vm_math_h_INCLUDED
3 
4 // File: vm_math.h
5 // Author: Terry Gaetz
6 
7 /* --8<--8<--8<--8<--
8  *
9  * Copyright (C) 2006 Smithsonian Astrophysical Observatory
10  *
11  * This file is part of vm_math.cvs
12  *
13  * vm_math.cvs is free software; you can redistribute it and/or
14  * modify it under the terms of the GNU General Public License
15  * as published by the Free Software Foundation; either version 2
16  * of the License, or (at your option) any later version.
17  *
18  * vm_math.cvs is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * You should have received a copy of the GNU General Public License
24  * along with this program; if not, write to the
25  * Free Software Foundation, Inc.
26  * 51 Franklin Street, Fifth Floor
27  * Boston, MA 02110-1301, USA
28  *
29  * -->8-->8-->8-->8-- */
30 
31 #include <vm_math/vm_vmath.h> // vm_VMath<T,N>
32 #include <vm_math/vm_v3math.h> // vm_V3Math<T>
33 #include <vm_math/vm_m3math.h> // vm_M3Math<T>
34 
35 #endif