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

AVL.PointsMassCenter_OrNil

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PointsMassCenter_OrNil
(
	AvlNet.Point2D[] inPoints,
	out AvlNet.Point2D? outMassCenter
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D[]
outMassCenterAvlNet.Point2D?

See also