Bezier¶ Used to create Bezier functions. API¶ local EasingFunc = Bezier.new(0.17, 0.67, 0.83, 0.67) Test and generate Bezier curves here at cubic-bezier.com or at greweb.me Credit: Math borrowed from here