You are here: Start » AVL.NET » AVL.PathMassCenter_OrNil Method
AVL.PathMassCenter_OrNil Method
Computes the average of the path points (all, not only characteristic ones); returns NIL if the path is empty.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PathMassCenter_OrNil( AvlNet.Path inPath, out AvlNet.Point2D? outMassCenter )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | outMassCenter | AvlNet.Point2D? |


