Back to Aurora Vision Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Features » EllipseArea
EllipseArea
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Computes the area of an ellipse.
Syntax
void avl::EllipseArea ( const avl::Ellipse2D& inEllipse, float& outArea )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inEllipse | const Ellipse2D& | ||
![]() |
outArea | float& |


