normalizedCurve(curve: (t: number)=>Vec2): Vec2
Returns a new curve which is normalized. This new curve has constant speed
curve is any curve in t (non-constant between 0 and 1)
returns a curve in s (constant between 0 and 1)
since
v3001.0
group
Math