GetTangent
GetTangent(Vector2, Vector2, Vector2, Vector2, float)
Description
Get a tangent 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 tangent on the Bezier curve.