You are here: Start » AVL.NET » Invoke.PointsMassCenter
Computes the central point of the input points.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PointsMassCenter ( List<Avl.Point2D> inPoints, out Avl.Point2D outMassCenter )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]() | outMassCenter | Avl.Point2D |


