Panda3D
 All Classes Functions Variables Enumerations
lcast_to.h
1 // Filename: lcast_to.h
2 // Created by: drose (03Apr01)
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 #ifndef LCAST_TO_H
16 #define LCAST_TO_H
17 
18 ////////////////////////////////////////////////////////////////////
19 //
20 // This file defines the various lcast_to() functions on the types
21 // defined within this module. It is assumed that all the types have
22 // already been defined.
23 //
24 // The lcast_to() functions are invoked by the LCAST macro to convert
25 // a linmath object from one numeric type to another.
26 //
27 ////////////////////////////////////////////////////////////////////
28 
29 #include "dbl2fltnames.h"
30 #include "lcast_to_src.h"
31 
32 #include "flt2dblnames.h"
33 #include "lcast_to_src.h"
34 
35 #endif
36