Back to Aurora Vision Library Lite website

You are here: Start » Conversions » BoxToRectangle2D

BoxToRectangle2D


Header: AVL.h
Namespace: avl

Converts a box to a rectangle.

Syntax

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

Parameters

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