Start » Filter Reference » Geometry 2D » Geometry 2D Constructions » EllipseThroughThreePoints
Module: | FoundationLite |
---|
Computes an ellipse passing through three noncollinear points.
Name | Type | Description | |
---|---|---|---|
inPoint1 | Point2D | ||
inPoint2 | Point2D | ||
inPoint3 | Point2D | ||
outEllipse | Ellipse2D? | Ellipse passing through the specified points; or Nil if the points are collinear |
Complexity Level
This filter is available on Basic Complexity Level.