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


