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

AVS.PointsBoundingEllipse Method

Computes the smallest ellipse containing an array of points if such ellipse exists.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointsBoundingEllipse
(
	IList<AvlNet.Point2D> inPoints,
	out AvlNet.Ellipse2D outBoundingEllipse,
	IList<AvlNet.Point2D> outBoundaryPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
outBoundingEllipseAvlNet.Ellipse2D
outBoundaryPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also