Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static T CubicInterp
(
const T& P0, |
Performs a cubic interpolation | Math/UnrealMathUtility.h | |
static T CubicInterp
(
const T& P0, |
Custom lerps defined for those classes not suited to the default implemenation. | Math/UnrealMathUtility.h |
CubicInterp(const T &, const T &, const T &, const T &, const U &)
Description
Performs a cubic interpolation
| Name | CubicInterp |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include Path | #include "Math/UnrealMathUtility.h" |
template<typename T, typename U, std::enable_if_t<< T >::Value &&), int >>
static T CubicInterp
(
const T & P0,
const T & T0,
const T & P1,
const T & T1,
const U & A
)
Interpolated value
Parameters
| Name | Remarks |
|---|---|
| P | end points |
| T | tangent directions at end points |
| A | distance along spline |
CubicInterp(const T &, const T &, const T &, const T &, const U &)
Description
Custom lerps defined for those classes not suited to the default implemenation.
| Name | CubicInterp |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include Path | #include "Math/UnrealMathUtility.h" |
template<typename T, typename U, std::enable_if_t<< T >::Value ), int >>
static T CubicInterp
(
const T & P0,
const T & T0,
const T & P1,
const T & T1,
const U & A
)