You are here: Start » AVL.NET » AVS.PointsMassCenter_OrNil Method
AVS.PointsMassCenter_OrNil Method
Computes the central point of the input points; returns NIL if the array is empty.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PointsMassCenter_OrNil ( IList<AvlNet.Point2D> inPoints, out AvlNet.Point2D? outMassCenter )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point2D> | |||
![]() | outMassCenter | AvlNet.Point2D? |


