You are here: Start » AVL.NET » Invoke.PointsBoundingEllipse

Invoke.PointsBoundingEllipse

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PointsBoundingEllipse
(
	List<Avl.Point2D> inPoints,
	out Avl.Ellipse2D outBoundingEllipse,
	List<Avl.Point2D> outBoundaryPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point2D>
outBoundingEllipseAvl.Ellipse2D
outBoundaryPointsSystem.Collections.Generic.List<Avl.Point2D>

See also