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 | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point2D> | |||
![]() | outBoundingEllipse | AvlNet.Ellipse2D | |||
![]() | outBoundaryPoints | System.Collections.Generic.IList<AvlNet.Point2D> |


