Class used to represent a Bezier curve
Returns the cubic Bezier interpolated value (float) at "t" (float) from the given x1, y1, x2, y2 floats
defines the time
defines the left coordinate on X axis
defines the left coordinate on Y axis
defines the right coordinate on X axis
defines the right coordinate on Y axis
the interpolated value
Class used to represent a Bezier curve