Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include | #include "Math/InterpCurvePoint.h" |
template<class T>
void ComputeClampableFloatVectorCurveTangent
(
float PrevTime,
const T & PrevPoint,
float CurTime,
const T & CurPoint,
float NextTime,
const T & NextPoint,
float Tension,
bool bWantClamping,
T & OutTangent
)
Remarks
Computes a tangent for the specified control point; supports clamping, but only works with floats or contiguous arrays of floats.