Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Quat
Generates the 'smallest' (geodesic) rotation around a sphere between two vectors of arbitrary length.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | Start | Vector the rotation starts from |
| vector | End | Vector the rotation ends at |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | Quat that will rotate from Start to End |