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

AVS.PathMassCenter Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathMassCenter
(
	AvlNet.Path inPath,
	out AvlNet.Point2D outMassCenter
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outMassCenterAvlNet.Point2D

See also