Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » EllipseArea

EllipseArea


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes the area of an ellipse.

Syntax

C++
C#
 
void avl::EllipseArea
(
	const avl::Ellipse2D& inEllipse,
	float& outArea
)

Parameters

Name Type Default Description
Input value inEllipse const Ellipse2D&
Output value outArea float&