Home > decentraland-ecs > BezierCurve
Class used to represent a Bezier curve
Method | Access Modifier | Returns | Description |
---|---|---|---|
Interpolate(t, x1, y1, x2, y2) |
number |
Returns the cubic Bezier interpolated value (float) at "t" (float) from the given x1, y1, x2, y2 floats |