Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/ComputeCurveTangent
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include | #include "Math/InterpCurvePoint.h" |
void ComputeCurveTangent
(
float PrevTime,
const float & PrevPoint,
float CurTime,
const float & CurPoint,
float NextTime,
const float & NextPoint,
float Tension,
bool bWantClamping,
float & OutTangent
)
Remarks
Computes a tangent for the specified control point. Special case for float types; supports clamping.