Sketcher: Bspline solver knot support - unfinished

This commit is contained in:
Abdullah Tahiri
2017-02-23 23:00:17 +01:00
committed by wmayer
parent b5c4a8a880
commit 2369112fb5
5 changed files with 38 additions and 1 deletions

View File

@@ -1014,6 +1014,12 @@ int System::addConstraintInternalAlignmentBSplineControlPoint(BSpline &b, Circle
return addConstraintEqual(b.weights[poleindex], c.rad, tagId);
}
int System::addConstraintInternalAlignmentBSplineKnot(BSpline &b, Point &p, int knotindex, int tagId)
{
// not yet implemented
return 0;
}
//calculates angle between two curves at point of their intersection p. If two
//points are supplied, p is used for first curve and p2 for second, yielding a