FArrangement2d::find_intersecting_edges

Find set of edges in graph that intersect with edge [A,B]

Windows
MacOS
Linux

References

Module

GeometryAlgorithms

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometryAlgorithms/Public/Arrangement2d.h

Include

#include "Arrangement2d.h"

Syntax

bool find_intersecting_edges
(
    FVector2d A,
    FVector2d B,
    TArray< FIntersection > & Hits,
    double Tol
)

Remarks

Find set of edges in graph that intersect with edge [A,B]

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