mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 02:40:36 +05:00
c3778fc96e
'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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CurveCreator_Curve.cxx | ||
CurveCreator_Curve.hxx | ||
CurveCreator_Diff.cxx | ||
CurveCreator_Diff.hxx | ||
CurveCreator_Displayer.cxx | ||
CurveCreator_Displayer.hxx | ||
CurveCreator_ICurve.hxx | ||
CurveCreator_Macro.hxx | ||
CurveCreator_NewSectionDlg.cxx | ||
CurveCreator_NewSectionDlg.h | ||
CurveCreator_Operation.cxx | ||
CurveCreator_Operation.hxx | ||
CurveCreator_PosPoint.hxx | ||
CurveCreator_Section.hxx | ||
CurveCreator_TableView.cxx | ||
CurveCreator_TableView.h | ||
CurveCreator_TreeView.cxx | ||
CurveCreator_TreeView.h | ||
CurveCreator_Utils.cxx | ||
CurveCreator_Utils.hxx | ||
CurveCreator_UtilsICurve.cxx | ||
CurveCreator_UtilsICurve.hxx | ||
CurveCreator_Widget.cxx | ||
CurveCreator_Widget.h | ||
CurveCreator.hxx |