Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Spatial Transforms » ReflectRegion
ReflectRegion
Reflects a region through the given location.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::ReflectRegion ( const avl::Region& inRegion, const avl::Location& inReflectionCenter, avl::Region& outRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
inReflectionCenter | const Location& | ||
![]() |
outRegion | Region& | Output region |
Examples
![]() |
![]() |
ReflectRegion performed on the sample region.
See Also
- MirrorRegion – Mirrors a region across vertical or horizontal axis.
- TransposeRegion – Flips and rotates a region so that x-coordinates are exchanged with y-coordinates.




