You are here: Start » AVL.NET » Invoke.PointsMassCenter

Invoke.PointsMassCenter

Computes the central point of the input points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PointsMassCenter
(
	List<Avl.Point2D> inPoints,
	out Avl.Point2D outMassCenter
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point2D>
outMassCenterAvl.Point2D

See also