- Nov 29, 2019
-
-
Pierre Fernbach authored
-
- Oct 09, 2019
-
-
Pierre Fernbach authored
-
Pierre Fernbach authored
-
- Oct 08, 2019
- Sep 03, 2019
-
-
Use serialization/archive functions for serialization / Delete test class for serialization / Make test ok (not python test for serialization)
-
-
-
-
- Jul 02, 2019
-
-
JasonChmn authored
Edit piecewise_polynomial_curve to piecewise_curve (make it more general using templates) / Add python binding for all types of piecewise curve / Edit std error thrown
-
- May 24, 2019
-
-
JasonChmn authored
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].
-
- May 20, 2019
-
-
JasonChmn authored
-
- May 02, 2019
-
-
JasonChmn authored
Edit polynom to polynomial in all files. File polynom.h edited to polynomial.h and bezier_polynom_conversion.h to bezier_polynomial_conversion.h
-
- Apr 25, 2019
-
-
JasonChmn authored
-
- Apr 17, 2019
-
-
JasonChmn authored
-
- Apr 15, 2019
-
-
JasonChmn authored
-
- Apr 12, 2019
-
-
JasonChmn authored
change namespace spline to curve in include folder, rename folder spline to curve, change in the CmakeList.txt
-
- Feb 07, 2019
-
-
stevet authored
-
- Jan 03, 2019
-
-
Guilhem Saurel authored
-