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