Panda3D
panda
src
mathutil
parabola.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 parabola.h
10
* @author drose
11
* @date 2007-10-10
12
*/
13
14
#ifndef PARABOLA_H
15
#define PARABOLA_H
16
17
#include "
pandabase.h
"
18
19
#include "
luse.h
"
20
#include "
indent.h
"
21
22
#include "fltnames.h"
23
#include "parabola_src.h"
24
25
#include "dblnames.h"
26
#include "parabola_src.h"
27
28
#ifndef STDFLOAT_DOUBLE
29
typedef
LParabolaf LParabola;
30
#else
31
typedef
LParabolad LParabola;
32
#endif
33
34
#endif
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
luse.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
indent.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Generated on Sat Jan 11 2020 15:15:14 for Panda3D by
1.8.17