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

Invoke.PathMassCenter_OrNil

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathMassCenter_OrNil
(
	Avl.Path inPath,
	Conditional<Avl.Point2D> outMassCenter
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outMassCenterAtl.Conditional<Avl.Point2D>

See also