Panda3D
lvec2_ops.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file lvec2_ops.h
10  * @author drose
11  * @date 2000-03-08
12  */
13 
14 #ifndef LVEC2_OPS_H
15 #define LVEC2_OPS_H
16 
17 #include <math.h>
18 #include "nearly_zero.h"
19 #include "lvecBase2.h"
20 #include "lpoint2.h"
21 #include "lvector2.h"
22 
23 #include "fltnames.h"
24 #include "lvec2_ops_src.h"
25 
26 #include "dblnames.h"
27 #include "lvec2_ops_src.h"
28 
29 #include "intnames.h"
30 #include "lvec2_ops_src.h"
31 
32 #endif
lpoint2.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
intnames.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
nearly_zero.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
lvector2.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
lvecBase2.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.