FAreaGetIntersections(FArea, FArea) Method
Return the intersections of two areas.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static List<FVector2> GetIntersections(
FArea area1,
FArea area2
)
Public Shared Function GetIntersections (
area1 As FArea,
area2 As FArea
) As List(Of FVector2)
No code example is currently available or this language may not be supported.
- area1 FArea
-
Reference to the first area to be tested.
- area2 FArea
-
Reference to the second area to be tested.
ListFVector2
Reference to a list of points where the two areas intersect, if found.
Otherwise, an empty list.