Panda3D
deg_2_rad.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 deg_2_rad.h
10  * @author drose
11  * @date 1999-09-29
12  */
13 
14 #ifndef DEG_2_RAD_H
15 #define DEG_2_RAD_H
16 
17 #include "pandabase.h"
18 
19 #include "mathNumbers.h"
20 
21 BEGIN_PUBLISH
22 INLINE_LINMATH double deg_2_rad(double f);
23 INLINE_LINMATH double rad_2_deg(double f);
24 
25 INLINE_LINMATH float deg_2_rad(float f);
26 INLINE_LINMATH float rad_2_deg(float f);
27 END_PUBLISH
28 
29 #include "deg_2_rad.I"
30 
31 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.