You are here: Start » AVL.NET » Function Reference » Path » Path Features » AVL.PathMassCenter_OrNil

AVL.PathMassCenter_OrNil

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

C++
C#
 
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