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

AVS.PathMassCenter_OrNil Method

Computes the average of the path points (all, not only characteristic ones); returns NIL if the path is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also