You are here: Start » AVL.NET » AVL.ShapeMassCenter(AvlNet.Path, AvlNet.Point2D)

AVL.ShapeMassCenter(AvlNet.Path, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ShapeMassCenter(
	AvlNet.Path inShape,
	out AvlNet.Point2D outMassCenter
)

Parameters

inShape
Type: AvlNet.Path
outMassCenter
Type: AvlNet.Point2D

Description

The operation computes the mass center of a shape bounded by a closed path.

Note that if the input path is not a valid shape (i.e. it has at least one self-intersection), the computation may lead to results that are not intuitive.

Examples

The resulting outMassCenters drawn onto the sample shapes.

Errors

Error type Description
DomainError Open path on input in ShapeMassCenter
DomainError Degenerate shape on input in ShapeMassCenter.

See also