Creates a Torus Knot.


## Description

The Torus Knot is akin to the Torus, except that you can create more complex shapes by using the `p` and `q` paramters.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>radius</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>large radius</td>
</tr>
<tr>
	<td>radiusTube</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>radius of the tube</td>
</tr>
<tr>
	<td>segmentsRadial</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>number of segments along the length of the torus</td>
</tr>
<tr>
	<td>segmentsTube</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>number of segments along the tube</td>
</tr>
<tr>
	<td>p</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>change this to create more interesting shapes. Don't ask me what it is exactly, I don't know!</td>
</tr>
<tr>
	<td>q</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>change this to create more interesting shapes. Don't ask me what it is exactly, I don't know!</td>
</tr>
<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 torus knot</td>
</tr>
</table>