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