Modification in bezier curve, now there is a T_min and T_max (Only T_max...
Modification in bezier curve, now there is a T_min and T_max (Only T_max before). More logic for curve_conversion. Also modified split bezier curve : before bezier curve defined on [0,T] and we splitted it in ts => bc1 was defined on [0,ts] and bc2 on [0,T-ts]. Now, bezier curve defined on [T_min,T_max] is splitted in ts => bc1 defined on [T_min,ts] and bc2 defined on [ts,T_max].
Showing
- include/curves/CMakeLists.txt 1 addition, 0 deletionsinclude/curves/CMakeLists.txt
- include/curves/bezier_curve.h 51 additions, 41 deletionsinclude/curves/bezier_curve.h
- include/curves/cubic_hermite_spline.h 1 addition, 1 deletioninclude/curves/cubic_hermite_spline.h
- include/curves/curve_conversion.h 19 additions, 0 deletionsinclude/curves/curve_conversion.h
- include/curves/piecewise_polynomial_curve.h 120 additions, 12 deletionsinclude/curves/piecewise_polynomial_curve.h
- include/curves/polynomial.h 1 addition, 1 deletioninclude/curves/polynomial.h
- python/curves_python.cpp 14 additions, 12 deletionspython/curves_python.cpp
- python/python_variables.cpp 4 additions, 5 deletionspython/python_variables.cpp
- tests/Main.cpp 215 additions, 48 deletionstests/Main.cpp
Loading
Please register or sign in to comment