Back to Aurora Vision Library Lite website

You are here: Start » Conversions » Ellipse2DToRectangle2D

Ellipse2DToRectangle2D


Header: AVL.h
Namespace: avl

Converts an ellipse to a rectangle.

Syntax

void avl::Ellipse2DToRectangle2D
(
	const avl::Ellipse2D& inEllipse,
	avl::Rectangle2D& outRectangle
)

Parameters

Name Type Default Description
Input value inEllipse const Ellipse2D&
Output value outRectangle Rectangle2D&