I'm trying to move a point along a quadratic (3 point) bezier curve at a constant speed, I know how to do this (calculating the positions for some amount of t
values, storing this and getting the closest value later) the "brute force" way.
but I'm looking for a method that is faster/more efficient (even if its less accurate).
is there such a thing?