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

Invoke.PointsMassCenter_OrNil

Computes the central point of the input points; returns NIL if the array is empty.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also