Computes the central point of the input points; returns NIL if the array is empty.
Syntax
C++
C#
Python
def PointsMassCenter_OrNil(
inPoints: list[Point2D],
/
)
-> outMassCenter: Point2D | None
Parameters
|
Name |
Type |
Default |
Description |
 |
inPoints |
list[Point2D] |
|
|
 |
outMassCenter |
Point2D | None |
|
|