Applies a shear (non-linear) transform to geometries




## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>mode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>mode</td>
</tr>
<tr>
	<td>xy</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>matrixMode XY</td>
</tr>
<tr>
	<td>xz</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>matrixMode XZ</td>
</tr>
<tr>
	<td>yx</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>matrixMode YX</td>
</tr>
<tr>
	<td>yz</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>matrixMode YZ</td>
</tr>
<tr>
	<td>zx</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>matrixMode ZX</td>
</tr>
<tr>
	<td>zy</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>matrixMode ZY</td>
</tr>
<tr>
	<td>centerMode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>centerMode defines how the center of the shear in axis mode is computed</td>
</tr>
<tr>
	<td>centerOffset</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>centerOffset</td>
</tr>
<tr>
	<td>center</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>center</td>
</tr>
<tr>
	<td>planeAxis</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>PlaneAxis</td>
</tr>
<tr>
	<td>axis</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>axis</td>
</tr>
<tr>
	<td>axisAmount</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>axisAmount</td>
</tr>
</table>