Back to FabImage Library Lite website

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

EllipseArea


Header: FIL.h
Namespace: fil

Computes the area of an ellipse.

Syntax

void fil::EllipseArea
(
	const fil::Ellipse2D& inEllipse,
	float& outArea
)

Parameters

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