You are here: Start » AVL.NET » Invoke.EllipseThroughFourPoints
Computes an ellipse passing through four noncollinear points.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void EllipseThroughFourPoints ( Avl.Point2D inPoint1, Avl.Point2D inPoint2, Avl.Point2D inPoint3, Avl.Point2D inPoint4, Conditional<Avl.Ellipse2D> outEllipse )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint1 | Avl.Point2D | |||
![]()  | inPoint2 | Avl.Point2D | |||
![]()  | inPoint3 | Avl.Point2D | |||
![]()  | inPoint4 | Avl.Point2D | |||
![]()  | outEllipse | Atl.Conditional<Avl.Ellipse2D> | Ellipse passing through the specified points; or Nil if the points don't define a proper ellipse. | 


