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

AVS.PolygonMassCenter Method

Computes the mass center of polygon.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonMassCenter
(
	AvlNet.Path inPolygon,
	out AvlNet.Point2D outMassCenter
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.Path
outMassCenterAvlNet.Point2D

See also