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

Invoke.PathMassCenter

Computes the average of the path points (all, not only characteristic ones).

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathMassCenter
(
	Avl.Path inPath,
	out Avl.Point2D outMassCenter
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outMassCenterAvl.Point2D

See also