FVector3GetCenter Method

Return the center point of the collection of points.

Definition

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

Parameters

points  ListFVector3
Reference to the collection of points to be inspected.

Return Value

FVector3
Reference to the center point of the provided point list, if legitimate. Otherwise, an empty point.

Remarks

This function returns the centroid or center of mass of the object.

See Also