creates a plane


## Description




## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>normal</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>a unit length vector defining the normal of the plane</td>
</tr>
<tr>
	<td>constant</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>the signed distance from the origin to the plane</td>
</tr>
</table>