You are here: Start » AVL.NET » Invoke.ShearRegion

Invoke.ShearRegion

Computes a leant region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ShearRegion
(
	Avl.Region inRegion,
	float inShear,
	Avl.Axis inAxis,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inShearfloat<-INF, INF>The relative shift of each consecutive row or column.
inAxisAvl.AxisSwitches between shifting rows or columns.
outRegionAvl.RegionOutput region.

See also