applies a polar transform to the object



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>center</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>center of the transform</td>
</tr>
<tr>
	<td>longitude</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>moves the objects along the longitude, which is equivalent to a rotation on the y axis</td>
</tr>
<tr>
	<td>latitude</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>moves the objects along the latitude, which is equivalent to a rotation on the z or x axis</td>
</tr>
<tr>
	<td>depth</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>moves the point aways from the center</td>
</tr>
</table>