You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]()  | outBoundingEllipse | Avl.Ellipse2D | |||
![]()  | outBoundaryPoints | System.Collections.Generic.List<Avl.Point2D> | 


