| Name | Type | Description |
|---|---|---|
| in source | Vector2 | Point A of the curve. |
| in target | Vector2 | Point B of the curve. |
| in sourceTangent | Vector2 | Tangent for the Point A. |
| in targetTangent | Vector2 | Tangent for the Point B. |
| t | float | How far along the path to get a point on. Range is 0 to 1, inclusive. |
| Type | Description |
|---|---|
| Vector2 | The point on the curve |