Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static FVector Vector_SlerpNormals
&40;
FVector NormalA,
FVector NormalB,
double Alpha
&41;
Remarks
Interpolate from normalized vector A to normalized vector B along a spherical path. Vector after interpolating between A and B along a spherical path.
Parameters
| Name | Description |
|---|---|
| NormalA | Start direction of interpolation, must be normalized. |
| NormalB | End target direction of interpolation, must be normalized. |
| Alpha | interpolation amount, usually between 0-1 |