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

AVL.ReflectRegion

Reflects a region through the given location.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ReflectRegion
(
	AvlNet.Region inRegion,
	AvlNet.Location inReflectionCenter,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inReflectionCenterAvlNet.Location
outRegionAvlNet.RegionOutput region.

Examples

ReflectRegion performed on the sample region.

See also