Navigation
API > API/Runtime > API/Runtime/Engine
Different methods for interpolating rotation between transforms
| Name | ELerpInterpolationMode::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include Path | #include "Kismet/KismetMathLibrary.h" |
Syntax
namespace ELerpInterpolationMode
{
enum Type
{
QuatInterp,
EulerInterp,
DualQuatInterp,
}
}
Values
| Name | Remarks |
|---|---|
| QuatInterp | Shortest Path or Quaternion interpolation for the rotation. |
| EulerInterp | Rotor or Euler Angle interpolation. |
| DualQuatInterp | Dual quaternion interpolation, follows helix or screw-motion path between keyframes. |