You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | inShear | float | <-INF, INF> | The relative shift of each consecutive row or column. | |
![]()  | inAxis | Avl.Axis | Switches between shifting rows or columns. | ||
![]()  | outRegion | Avl.Region | Output region. | 


