You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.PointsBoundingEllipse

AVL.PointsBoundingEllipse

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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