Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » InflateRectangle
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Enlarges a rectangle by a given margin.
Syntax
C++
C#
void avl::InflateRectangle ( const avl::Rectangle2D& inRectangle, float inMargin, avl::Rectangle2D& outRectangle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
inMargin | float | ||
![]() |
outRectangle | Rectangle2D& |


