Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 2D Features » RectangleBoundingBox

RectangleBoundingBox


Computes the smallest box containing a rectangle.

Header:AVL.h

Syntax

C++
C#
 
void avl::RectangleBoundingBox
(
	const avl::Rectangle2D& inRectangle,
	avl::Box& outBoundingBox
)

Parameters

Name Type Default Description
inRectangle const Rectangle2D&
outBoundingBox Box&

Examples

RectangleBoundingBox performed on a rectangle (blue) with parameters: X = 25, Y = 175, Angle = 325, Width = 250, Height = 125.
The result (red box) is returned in outBoundingBox.