SlopeInterceptItemIntersect Method
Calculate an intersection between the two lines and return the result
as a point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector2 Intersect(
SlopeInterceptItem lineA,
SlopeInterceptItem lineB
)
Public Shared Function Intersect (
lineA As SlopeInterceptItem,
lineB As SlopeInterceptItem
) As FVector2
No code example is currently available or this language may not be supported.
- lineA SlopeInterceptItem
-
Reference to the first line to intersect.
- lineB SlopeInterceptItem
-
Reference to the second line to intersect.
FVector2
Reference to a double point indicating where the caller's lines
intersected, if an intersection was found. Otherwise, null.