Margrete RPC

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

attributenamestr
attributesolveCallable[[float], float]

Functions

func__init__(self, name, solve) -> None
paramself
paramnamestr
paramsolveCallable[[float], float]

Returns

None

On this page