- Oct 04, 2023
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Solved a bug when getting a part of the original spline: The value to specify to the end is max double and not -1.
-
- Aug 17, 2023
-
-
Sergi Hernandez authored
Solved a bug in the function to get the closest point to the spline. The return distance was no correct at the far edge (u=1).
-
- Jul 27, 2023
-
-
Sergi Hernandez authored
-
- Apr 05, 2023
-
-
Alejandro Lopez Gestoso authored
Added length limits checks in evaluate(length) and get_part functions. Added bool return to check success
-
- Aug 25, 2022
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Oct 06, 2021
-
-
Sergi Hernandez authored
Solved a bug in the G2Splines class: The parametric value of the spline was not computed correcly from the desired length.
-
- Jan 27, 2021
-
-
Sergi Hernandez authored
Modified the generate functions of the spline to create a suingle point spline when the length is 0 or the end point is further than the start point (invalid spline). Modified the get_closest_point function to fail when the gradient goes beyond limits.
-
- Jan 19, 2021
-
-
Sergi Hernandez authored
The spline class returns maximum length when the is no closest point belonging to the spline. All other classes check the returned length to check for the existance of the closest point.
-
- Sep 23, 2020
-
-
Sergi Hernandez authored
-
- May 28, 2020
-
-
Sergi Hernandez authored
-