#include <Quat.h>
|
| template<class U > |
| static UE_FORCEINLINE_HINT QuatType | Lerp (const QuatType &A, const QuatType &B, const U &Alpha) |
| |
| template<class U > |
| static QuatType | BiLerp (const QuatType &P00, const QuatType &P10, const QuatType &P01, const QuatType &P11, const U &FracX, const U &FracY) |
| |
| template<class U > |
| static UE_FORCEINLINE_HINT QuatType | CubicInterp (const QuatType &P0, const QuatType &T0, const QuatType &P1, const QuatType &T1, const U &A) |
| |
◆ QuatType
◆ BiLerp()
◆ CubicInterp()
◆ Lerp()
◆ Value
The documentation for this struct was generated from the following file:
- Engine/Source/Runtime/Core/Public/Math/Quat.h