love.math.newBezierCurve
Available since LÖVE 0.9.0 This function is not supported in earlier versions. Creates a new BezierCurve object.
The number of vertices in the control polygon determines the degree of the curve, e.g. three vertices define a quadratic (degree 2) Bézier curve, four vertices define a cubic (degree 3) Bézier curve, etc. Function Synopsis curve = love.math.newBezierCurve( vertices ) Arguments table vertices The vertices of the control polygon as a table in the form of