Back to Aurora Vision Library website

You are here: Start » Function Reference » Conversions » Ellipse2DToRectangle2D

Ellipse2DToRectangle2D


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts an ellipse to a rectangle.

Syntax

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

Parameters

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