Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jason Chemin
curves
Commits
e9fdd644
Commit
e9fdd644
authored
Jun 27, 2013
by
stonneau
Browse files
cleaning everything
parent
4c1d45e3
Changes
11
Hide whitespace changes
Inline
Side-by-side
src
/spline/
API/
BezierCurve.h
→
include
/spline/BezierCurve.h
View file @
e9fdd644
File moved
src
/spline/
API/
CubicFunction.h
→
include
/spline/CubicFunction.h
View file @
e9fdd644
File moved
src
/spline/
API/
Curve_ABC.h
→
include
/spline/Curve_ABC.h
View file @
e9fdd644
File moved
src
/spline/
API/
ExactCubic.h
→
include
/spline/ExactCubic.h
View file @
e9fdd644
File moved
src
/spline/
API/
Exports.h
→
include
/spline/Exports.h
View file @
e9fdd644
File moved
src
/spline/
API/
MathDefs.h
→
include
/spline/MathDefs.h
View file @
e9fdd644
File moved
src/spline/BezierCurve.cpp
deleted
100644 → 0
View file @
4c1d45e3
#include
"API/BezierCurve.h"
src/spline/CubicFunction.cpp
deleted
100644 → 0
View file @
4c1d45e3
#include
"API/CubicFunction.h"
src/spline/ExactCubic.cpp
deleted
100644 → 0
View file @
4c1d45e3
#include
"API/ExactCubic.h"
src/tests/spline_test/CMakeLists.txt
View file @
e9fdd644
cmake_minimum_required
(
VERSION 2.6
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
/
src/spline/API
"
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
/
include
"
)
add_executable
(
spline_tests Main.cpp
...
...
src/tests/spline_test/Main.cpp
View file @
e9fdd644
#include
"CubicFunction.h"
#include
"ExactCubic.h"
#include
"BezierCurve.h"
#include
"
spline/
CubicFunction.h"
#include
"
spline/
ExactCubic.h"
#include
"
spline/
BezierCurve.h"
#include
<string>
#include
<iostream>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment