Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Constructions » EllipseThroughFourPoints
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Computes an ellipse passing through four noncollinear points.
Syntax
C++
C#
void fil::EllipseThroughFourPoints ( const fil::Point2D& inPoint1, const fil::Point2D& inPoint2, const fil::Point2D& inPoint3, const fil::Point2D& inPoint4, ftl::Conditional<fil::Ellipse2D>& outEllipse )


