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 CurveVector2DFindIntervalBounds
(
const FInterpCurvePoint < FVector2D > & Start,
const FInterpCurvePoint < FVector2D > & End,
FVector2D & CurrentMin,
FVector2D & CurrentMax
)
Remarks
Calculate bounds of 2D vector 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 |