- 02 Jul, 2019 2 commits
- 13 Jun, 2019 2 commits
- 12 Jun, 2019 1 commit
-
-
JasonChmn authored
-
- 07 Jun, 2019 1 commit
-
-
JasonChmn authored
Remove include bernstein in cubic hermite / rename setTimeSplines and getTimeSplines to setTime and getTime
-
- 06 Jun, 2019 3 commits
- 03 Jun, 2019 2 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 2 commits
- 20 May, 2019 2 commits
- 10 May, 2019 1 commit
-
-
JasonChmn authored
-
- 06 May, 2019 2 commits
- 02 May, 2019 4 commits
-
-
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
-
- 01 May, 2019 2 commits
-
-
Jason Chemin authored
more efficient and stable binomial coefficients computation See merge request !1
-
stevet authored
-
- 30 Apr, 2019 9 commits
- 26 Apr, 2019 2 commits
- 25 Apr, 2019 1 commit
-
-
JasonChmn authored
-