Discrepancy of point and derivatives for SymbolicCubicBezier
asteinh opened this issue · comments
asteinh commented
With the reparametrization of SymbolicCubicBezier to the arc length, point(s)
now maps [0,1] linearly to [0, arc_length]. The derivatives computed from the composite path of the SymbolicPath
class, however, don't take this reparametrization into account. The derivative of a path in a cubic Bezier segment at a certain point will therefore not correspond to the point.
asteinh commented
Taking the reparametrization into account when building the composite path significantly increases computation times...