| Name | Type | Description |
|---|---|---|
| a | Vector3 | Starting vector (A). |
| b | Vector3 | Target vector (B). |
| frac | float | Interpolation fraction: 0 returns A, 1 returns B, and values in between provide intermediate results along the spherical path. |
| clamp = True | bool | If true, clamps the fraction between 0 and 1. |
| Type | Description |
|---|---|
| Vector3 | Interpolated vector along the spherical path. |