You are here: Start » FIL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | |||
![]() | outMassCenter | Fil.Point2D |


