| Name | Type | Description |
|---|---|---|
| in target | Vector3 | Vector B |
| frac | float | Fraction, where 0 would return this, 0.5 would return a point between this and given vectors, and 1 would return the given vector. |
| clamp = True | bool | Whether to clamp the fraction argument between [0,1] |
| Type | Description |
|---|---|
| Vector3 |