Panda3D
eggMorphList.cxx
1 // Filename: eggMorphList.cxx
2 // Created by: drose (15May01)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #include "eggMorphList.h"
16 
17 // Continue all of the vector import definitions.
18 
19 #define EXPCL EXPCL_PANDAEGG
20 #define EXPTP EXPTP_PANDAEGG
21 #define TYPE LVector3d
22 #define NAME vector_LVector3d
23 #include "vector_src.cxx"
24 
25 #define EXPCL EXPCL_PANDAEGG
26 #define EXPTP EXPTP_PANDAEGG
27 #define TYPE LVector2d
28 #define NAME vector_LVector2d
29 #include "vector_src.cxx"
30 
31 #define EXPCL EXPCL_PANDAEGG
32 #define EXPTP EXPTP_PANDAEGG
33 #define TYPE LVector4
34 #define NAME vector_LVector4
35 #include "vector_src.cxx"