You are here: Start » AVL.NET » AVS.PointsMassCenter Method

AVS.PointsMassCenter Method

Computes the central point of the input points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointsMassCenter
(
	IList<AvlNet.Point2D> inPoints,
	out AvlNet.Point2D outMassCenter
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
outMassCenterAvlNet.Point2D

See also