Panda3D
Loading...
Searching...
No Matches
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
29typedef LParabolaf LParabola;
30#else
31typedef LParabolad LParabola;
32#endif
33
34#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.