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