FPathGetCenter Method
Return the center of the polygon.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
public static FVector2 GetCenter(
List<FVector2> path
)
Public Shared Function GetCenter (
path As List(Of FVector2)
) As FVector2
No code example is currently available or this language may not be supported.
- path ListFVector2
-
List of points to inspect.
FVector2
Reference to the point at the center the aggregate of points in the
path.