Panda3D
lcast_to.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 lcast_to.h
10  * @author drose
11  * @date 2001-04-03
12  */
13 
14 #ifndef LCAST_TO_H
15 #define LCAST_TO_H
16 
17 /*
18  * This file defines the various lcast_to() functions on the types defined
19  * within this module. It is assumed that all the types have already been
20  * defined. The lcast_to() functions are invoked by the LCAST macro to
21  * convert a linmath object from one numeric type to another.
22  */
23 
24 #include "dbl2fltnames.h"
25 #include "lcast_to_src.h"
26 
27 #include "flt2dblnames.h"
28 #include "lcast_to_src.h"
29 
30 #endif