Creates a circle from 3 points.



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>arc</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to create the arc</td>
</tr>
<tr>
	<td>pointsCountMode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>sets the mode how the points count is computed</td>
</tr>
<tr>
	<td>segmentsLength</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>length of each segment</td>
</tr>
<tr>
	<td>segmentsCount</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>count of the number of segments</td>
</tr>
<tr>
	<td>full</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to create a full circle</td>
</tr>
<tr>
	<td>joinMode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>TBD</td>
</tr>
<tr>
	<td>addIdAttribute</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>add an id attribute for the generated points</td>
</tr>
<tr>
	<td>addIdnAttribute</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>add an idn attribute (same as id attribute, but normalized between 0 and 1)</td>
</tr>
<tr>
	<td>center</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to create a point in the center</td>
</tr>
</table>