Easing
A [0,1] -> [0,1] easing curve with a forward solve.
solve may be any shape, including non-monotonic curves that overshoot or oscillate
(bounce, back, elastic, custom beziers). It should satisfy solve(0) == 0 and
solve(1) == 1 so a leg lands exactly on its waypoints.
Attributes
attributenamestrattributesolveCallable[[float], float]Functions
func__init__(self, name, solve) -> NoneparamselfparamnamestrparamsolveCallable[[float], float]Returns
None