UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GeomUtils.cpp File Reference
#include "GeomUtils.h"

Namespaces

namespace  UE
 
namespace  UE::AI
 

Functions

bool UE::AI::IntersectSegmentPoly2D (const FVector &Start, const FVector &End, TConstArrayView< FVector > Poly, FVector2D::FReal &OutTMin, FVector2D::FReal &OutTMax, int32 &OutSegMin, int32 &OutSegMax)
 
FVector2D UE::AI::InvBilinear2D (const FVector Point, const FVector VertexA, const FVector VertexB, const FVector VertexC, const FVector VertexD)