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


