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 CurveVectorFindIntervalBounds
(
const FInterpCurvePoint < FVector > & Start,
const FInterpCurvePoint < FVector > & End,
FVector & CurrentMin,
FVector & CurrentMax
)
Remarks
Calculate bounds of 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 |