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