- 03 Sep, 2019 20 commits
-
-
-
-
-
[Serialization] Add template on save and load function for serialization => Now able to load in abstract pointer
-
-
-
-
-
-
-
Use serialization/archive functions for serialization / Delete test class for serialization / Make test ok (not python test for serialization)
-
-
-
[curve_constraint/ exact_cubic] Add dim to curve_constraint template to make it works with dynamic size + fix exact_cubic with dynamic size => Tests OK
-
-
-
-
-
-
[Polynomial] Fix problem with dynamic size for points / [main] Create test for curve_abc and curves in dynamic
-
- 09 Jul, 2019 1 commit
-
-
JasonChmn authored
-
- 03 Jul, 2019 3 commits
- 02 Jul, 2019 1 commit
-
-
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
-
- 13 Jun, 2019 2 commits
- 12 Jun, 2019 2 commits
- 07 Jun, 2019 3 commits
-
-
JasonChmn authored
-
JasonChmn authored
Fix cubic hermite spline problem with duration not equal to 1 / delete nfs file / Edit name setTimeSplines and getTimeSplines / Delete setTimeSplinesDefault
-
JasonChmn authored
Remove include bernstein in cubic hermite / rename setTimeSplines and getTimeSplines to setTime and getTime
-
- 06 Jun, 2019 3 commits
- 27 May, 2019 3 commits
- 24 May, 2019 1 commit
-
-
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].
-
- 21 May, 2019 1 commit
-
-
JasonChmn authored
Modif for spline deriv constraint to exact cubic : delete spline_deriv_constraint.h and modifications in other classes and tests
-