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
cf72bc1b
Commit
cf72bc1b
authored
Sep 03, 2019
by
Pierre Fernbach
Browse files
[test] fix error introduced in the rebase
parent
a1ad3134
Pipeline
#5464
passed with stage
in 5 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/Main.cpp
View file @
cf72bc1b
...
...
@@ -983,6 +983,7 @@ void BezierSplitCurve(bool& error)
/* cubic hermite spline function test */
void
CubicHermitePairsPositionDerivativeTest
(
bool
&
error
)
{
std
::
string
errmsg1
(
"in Cubic Hermite 2 pairs (pos,vel), Error While checking that given wayPoints are crossed (expected / obtained) : "
);
std
::
string
errmsg2
(
"in Cubic Hermite 2 points, Error While checking value of point on curve : "
);
std
::
string
errmsg3
(
"in Cubic Hermite 2 points, Error While checking value of tangent on curve : "
);
std
::
vector
<
pair_point_tangent_t
>
control_points
;
...
...
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