#2608 #2609 Add disabled Solvespace S-curve calculation. Use simplified S-curve calculation. Cleaned up Gui to only whats supported.

This commit is contained in:
Jacob Støren
2018-07-04 16:49:04 +02:00
parent e739a95830
commit 7156b99b88
16 changed files with 732 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ TEST(RiaPolyArcLineSampler, Basic)
{
std::vector<cvf::Vec3d> points { {0,0,0}, {0,0,-10}, {0,10,-20},{0,20,-20}, {0,30, -30} };
RiaPolyArcLineSampler sampler(points);
RiaPolyArcLineSampler sampler({0,0,-1}, points);
std::vector<cvf::Vec3d> sampledPoints;
std::vector<double> mds;