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 FQuat Quat_FindBetweenNormals
&40;
FVector StartNormal,
FVector EndNormal
&41;
Remarks
Generates the 'smallest' (geodesic) rotation around a sphere between two normals (assumed to be unit length). Quat that will rotate from Start to End
Parameters
| Name | Description |
|---|---|
| Start | Normalized vector the rotation starts from |
| End | Normalized vector the rotation ends at |