# Vector3.ProjectOnPlane

Projects a vector onto a plane defined by a normal orthogonal to the plane.

![Vector3.ProjectOnPlane](./images/Vector3ProjectOnPlaneCalculator.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Vector
</td>
<td>
Vector
</td>
</tr>
<tr>
<td>
Plane Normal
</td>
<td>
Plane normal
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Output result
</td>
</tr>
 </tbody>
</table>

