FVector3GetCenter Method
Return the center point of the collection of points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector3 GetCenter(
List<FVector3> points
)
Public Shared Function GetCenter (
points As List(Of FVector3)
) As FVector3
No code example is currently available or this language may not be supported.
- points ListFVector3
-
Reference to the collection of points to be inspected.
FVector3
Reference to the center point of the provided point list, if
legitimate. Otherwise, an empty point.
This function returns the centroid or center of mass of the object.