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 FVector & PrevPoint,
float CurTime,
const FVector & CurPoint,
float NextTime,
const FVector & NextPoint,
float Tension,
bool bWantClamping,
FVector & OutTangent
)
Remarks
Computes a tangent for the specified control point. Special case for FVector types; supports clamping.