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

Invoke.PointsMassCenter3D

Computes the central point of the input points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point3D>Input array of points.
outMassCenterAvl.Point3DCentral point of input points.

See also