geom/src/CurveCreator
abk c3778fc96e Methods 'CurveCreator_Utils::constructShape' and
'Sketcher_Utils::MakeInterpolation' were changed to interpolate each spline
section by the cubic B-spline passing through the control points that the
tangent vector in each control point P is calculated by the following way:
- if point P is preceded by a control point A and is followed by a control point
  B then the tangent vector is equal to (P - A) / |P - A| + (B - P) / |B - P|;
- if point P is preceded by a control point A but is not followed by any control
  point then the tangent vector is equal to P - A;
- if point P is followed by a control point B but is not preceded by any control
  point then the tangent vector is equal to B - P.
2015-06-24 21:22:41 +03:00
..
CMakeLists.txt Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Curve.cxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Curve.hxx Remove strange symbols. 2015-02-10 16:36:25 +04:00
CurveCreator_Diff.cxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Diff.hxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Displayer.cxx Add copyright 2015-03-05 18:39:01 +03:00
CurveCreator_Displayer.hxx Add copyright 2015-03-05 18:39:01 +03:00
CurveCreator_ICurve.hxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Macro.hxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_NewSectionDlg.cxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_NewSectionDlg.h Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Operation.cxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Operation.hxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_PosPoint.hxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Section.hxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_TableView.cxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_TableView.h Correct improper translation for table widget 2015-03-05 18:37:27 +03:00
CurveCreator_TreeView.cxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_TreeView.h Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Utils.cxx Methods 'CurveCreator_Utils::constructShape' and 2015-06-24 21:22:41 +03:00
CurveCreator_Utils.hxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_UtilsICurve.cxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_UtilsICurve.hxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00
CurveCreator_Widget.cxx Fix for "0052652: Creation 2D polyline does not work properly" issue 2015-04-01 16:36:47 +03:00
CurveCreator_Widget.h Issues 0022843, 0022845, 0022846 2015-03-05 18:43:39 +03:00
CurveCreator.hxx Copyrights update 2015. 2015-02-10 13:25:20 +04:00