Back to Aurora Vision Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Constructions » EllipseThroughThreePoints
EllipseThroughThreePoints
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Computes an ellipse passing through three noncollinear points.
Syntax
void avl::EllipseThroughThreePoints ( const avl::Point2D& inPoint1, const avl::Point2D& inPoint2, const avl::Point2D& inPoint3, atl::Conditional<avl::Ellipse2D>& outEllipse )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint1 | const Point2D& | ||
![]() |
inPoint2 | const Point2D& | ||
![]() |
inPoint3 | const Point2D& | ||
![]() |
outEllipse | Conditional<Ellipse2D>& | Ellipse passing through the specified points; or Nil if the points are collinear |


