Moves points alongside the normal.


## Description

This can be useful to inflate or deflate quickly some objects.



## 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 the points will be moved</td>
</tr>
</table>