FLineGetClosestPoint Method
Return the closest point between the caller's line and an arbitrary
point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector2 GetClosestPoint(
FLine line,
FVector2 point
)
Public Shared Function GetClosestPoint (
line As FLine,
point As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to the line to be checked.
- point FVector2
-
Reference to the point to test for proximity.
FVector2
Reference to the closest point between the caller's line and an
arbitrary external point, if valid. Otherwise, null.