CurveVector2DFindIntervalBounds

Calculate bounds of 2D vector intervals

Windows
MacOS
Linux

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

Syntax

void CurveVector2DFindIntervalBounds
(
    const FInterpCurvePoint< FVector2D > & Start,
    const FInterpCurvePoint< FVector2D > & End,
    FVector2D & CurrentMin,
    FVector2D & CurrentMax
)

Remarks

Calculate bounds of 2D vector intervals

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss