Code-Eli
0.3.6
Main Page
Namespaces
Classes
Files
File List
File Members
curve.hpp
Go to the documentation of this file.
1
/*********************************************************************************
2
* Copyright (c) 2013 David D. Marshall <ddmarsha@calpoly.edu>
3
*
4
* All rights reserved. This program and the accompanying materials
5
* are made available under the terms of the Eclipse Public License v1.0
6
* which accompanies this distribution, and is available at
7
* http://www.eclipse.org/legal/epl-v10.html
8
*
9
* Contributors:
10
* David D. Marshall - initial code and implementation
11
********************************************************************************/
12
13
#ifndef eli_geom_curve_hpp
14
#define eli_geom_curve_hpp
15
16
// include types of curves
17
#include "
eli/geom/curve/bezier.hpp
"
18
#include "
eli/geom/curve/explicit_bezier.hpp
"
19
#include "
eli/geom/curve/piecewise.hpp
"
20
#include "
eli/geom/curve/pseudo.hpp
"
21
22
// include helpers
23
#include "
eli/geom/curve/piecewise_circle_creator.hpp
"
24
#include "eli/geom/curve/piecewise_spline_creator.hpp"
25
#include "
eli/geom/curve/fit_container.hpp
"
26
#include "
eli/geom/curve/length.hpp
"
27
#include "
eli/geom/curve/curvature.hpp
"
28
#include "
eli/geom/curve/torsion.hpp
"
29
30
#endif
bezier.hpp
fit_container.hpp
piecewise.hpp
piecewise_circle_creator.hpp
pseudo.hpp
explicit_bezier.hpp
length.hpp
curvature.hpp
torsion.hpp
include
eli
geom
curve.hpp
Generated on Fri Jun 24 2016 13:51:42 for Code-Eli by
1.8.10