FLineIsPointAtEnd Method
Return a value indicating whether the provided point is at one of the
ends of the specified line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static bool IsPointAtEnd(
FLine line,
FVector2 point
)
Public Shared Function IsPointAtEnd (
line As FLine,
point As FVector2
) As Boolean
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to the line to test.
- point FVector2
-
The point to compare.
Boolean
True if the specified point is at one of the ends of the line.