You are here: Start » FIL.NET » Invoke.EllipseThroughThreePoints

Invoke.EllipseThroughThreePoints

Computes an ellipse passing through three noncollinear points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void EllipseThroughThreePoints
(
	Fil.Point2D inPoint1,
	Fil.Point2D inPoint2,
	Fil.Point2D inPoint3,
	Conditional<Fil.Ellipse2D> outEllipse
)

Parameters

Name Type Range Default Description
inPoint1Fil.Point2D
inPoint2Fil.Point2D
inPoint3Fil.Point2D
outEllipseFtl.Conditional<Fil.Ellipse2D>Ellipse passing through the specified points; or Nil if the points are collinear.

See also