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


