You are here: Start » FIL.NET » Invoke.PointsMassCenter

Invoke.PointsMassCenter

Computes the central point of the input points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsMassCenter
(
	List<Fil.Point2D> inPoints,
	out Fil.Point2D outMassCenter
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
outMassCenterFil.Point2D

See also