PointsMassCenter


Computes the central point of the input points.

Syntax

C++
Python
 
def PointsMassCenter(
	inPoints: list[Point2D],
	/
)
-> outMassCenter: Point2D

Parameters

Name Type Default Description
Input value inPoints list[Point2D]
Output value outMassCenter Point2D