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

AVS.PolygonEllipticAxes Method

Computes axes of an ellipse having the same first and second order moments as the given polygon.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonEllipticAxes
(
	AvlNet.Path inPolygon,
	out AvlNet.Segment2D outMajorAxis,
	out AvlNet.Segment2D outMinorAxis
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.Path
outMajorAxisAvlNet.Segment2D
outMinorAxisAvlNet.Segment2D

See also