Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Spatial Transforms » ReflectRegion
ReflectRegion
Reflects a region through the given location.
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.




