FVector3ClosestPoint Method

Return the closest point to the check-point.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static FVector3 ClosestPoint(
	FVector3 checkPoint,
	List<FVector3> points
)

Parameters

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.

Return Value

FVector3
A vector corresponding to the location of the closest point in the list.

See Also