API reference

MRUKFindLineIntersection Function

Signature

MRUTILITYKIT_API bool MRUKFindLineIntersection(const FVector2D &Start1, const FVector2D &End1, const FVector2D &Start2, const FVector2D &End2, FVector2D &OutIntersection, double &OutU1, double &OutU2)

Parameters

Start1: const FVector2D &
End1: const FVector2D &
Start2: const FVector2D &
End2: const FVector2D &
OutIntersection: FVector2D &
OutU1: double &
OutU2: double &

Returns

MRUTILITYKIT_API bool