Back to Aurora Vision Library website

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

BoxToRectangle2D


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a box to a rectangle.

Syntax

C++
C#
 
void avl::BoxToRectangle2D
(
	const avl::Box& inBox,
	avl::Rectangle2D& outRectangle
)

Parameters

Name Type Default Description
Input value inBox const Box&
Output value outRectangle Rectangle2D&