- May 27, 2019
-
-
JasonChmn authored
-
- 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 21, 2019
- May 20, 2019
- May 10, 2019
-
-
JasonChmn authored
-
- May 06, 2019
- 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
-
JasonChmn authored
-
JasonChmn authored
Modified constructor (set time directly in constructor) / add getters for control points and their time corresponding
-
JasonChmn authored
-
- May 01, 2019
-
-
Jason Chemin authored
more efficient and stable binomial coefficients computation See merge request jchemin/curves!1
-
stevet authored
-
- Apr 30, 2019
- Apr 26, 2019
- Apr 25, 2019
-
-
JasonChmn authored
-
- Apr 19, 2019
-
-
JasonChmn authored
-
- Apr 18, 2019
-
-
JasonChmn authored
-
- Apr 17, 2019
-
-
JasonChmn authored
-
JasonChmn authored
-
JasonChmn authored
-
JasonChmn authored
-
Guilhem Saurel authored
Topic/doc spline See merge request loco-3d/curves!5
-
JasonChmn authored
-
JasonChmn authored
Edit doc of cubic_spline, exact_cubic, quintic_spline, spline_deriv_constraint. Modify name of variables min and max to t_min and t_max.
-
Guilhem Saurel authored
CMake: clean See merge request loco-3d/curves!3
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Apr 16, 2019
-
-
JasonChmn authored
Fix evaluation of bezier of degree 0 added, Edit doc on bezier_curve, Edit assert_allclose to assertTrue in test.py
-