Make uniform the use of B-spline visible to users
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411 This commit does not include fixes to source comments unless they were 'doxygenated'. No .xml files were altered either.
This commit is contained in:
@@ -232,7 +232,7 @@ private:
|
||||
std::vector<double> m_Output_time2;
|
||||
/** @brief timestep for the simulation-output*/
|
||||
double m_step;
|
||||
/** @brief pointing to the knot-vector of the current B-Spline Curve*/
|
||||
/** @brief pointing to the knot-vector of the current B-spline Curve*/
|
||||
TColStd_Array1OfReal *m_Knots;
|
||||
/** @brief maximum curvature of current curve*/
|
||||
double m_curMax;
|
||||
|
||||
Reference in New Issue
Block a user