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" |
| Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
void CurveFloatFindIntervalBounds
(
const FInterpCurvePoint < float > & Start,
const FInterpCurvePoint < float > & End,
float & CurrentMin,
float & CurrentMax
)
Remarks
Calculate bounds of float intervals
Parameters
| Name | Description |
|---|---|
| Start | interp curve point at Start |
| End | interp curve point at End |
| CurrentMin | Input and Output could be updated if needs new interval minimum bound |
| CurrentMax | Input and Output could be updated if needs new interval maximmum bound |