PointsMassCenter
Computes the central point of the input points.
Syntax
C++
Python
def PointsMassCenter( inPoints: list[Point2D], / ) -> outMassCenter: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints | list[Point2D] | ||
![]() |
outMassCenter | Point2D |


