Bezier curve easing, ported from https://github.com/gre/bezier-easing then extended to work with both cubic and quadratic settings
Static methods
staticget(x1:Float, y1:Float, ?x2:Float, ?y2:Float):BezierEasing
Get or create a BezierEasing
instance with the given parameters.
Created instances are cached and reused.