FVector2ClosestPoint(FVector2, ListFVector2) Method
Return the closest point to the check-point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
public static FVector2 ClosestPoint(
FVector2 checkPoint,
List<FVector2> points
)
Public Shared Function ClosestPoint (
checkPoint As FVector2,
points As List(Of FVector2)
) As FVector2
No code example is currently available or this language may not be supported.
- checkPoint FVector2
-
The check point to which the closest point in the list will be found.
- points ListFVector2
-
Reference to a list of vectors to be compared.
FVector2
A vector corresponding to the location of the closest point in the
list.