Back to Aurora Vision Library Lite website

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

EllipseBoundingBox


Header: AVL.h
Namespace: avl

Computes the smallest box containing an ellipse.

Syntax

void avl::EllipseBoundingBox
(
	const avl::Ellipse2D& inEllipse,
	avl::Box& outBoundingBox
)

Parameters

Name Type Default Description
Input value inEllipse const Ellipse2D&
Output value outBoundingBox Box&