| Name | Type | Description |
|---|---|---|
| a | Vector4 | Vector A |
| b | Vector4 | Vector B |
| frac | float | Fraction, where 0 would return Vector A, 0.5 would return a point between the 2 vectors, and 1 would return Vector B. |
| clamp = True | bool | Whether to clamp the fraction argument between [0,1] |
| Type | Description |
|---|---|
| Vector4 |