GetPoint
GetPoint(Vector2, Vector2, Vector2, Vector2, float)
Description
Get a position on the Bezier curve.
Parameters
Parameter Name | Description |
---|---|
startPosition | Starting point |
startControl | Control point of the starting point |
endPosition | End point |
endControl | Control point of the end point |
t | 0-1 of value |
Returns
Returns the position on the Bezier curve.