Jitter the input points


## Description

This can be useful to add amounts of disturbance in the geometry. Either to debug it, or to remove a bit of its smoothness.

## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>amount</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>amount of jitter</td>
</tr>
<tr>
	<td>mult</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>mult of each axis</td>
</tr>
<tr>
	<td>seed</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>seed used to set the direction each point is moved to</td>
</tr>
</table>