Back to Aurora Vision Library website

You are here: Start » Function Reference » Region » Region Spatial Transforms » ReflectRegion

ReflectRegion


Header: AVL.h
Namespace: avl
Module: FoundationBasic

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
Input value inRegion const Region& Input region
Input value inReflectionCenter const Location&
Output value 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.