:orphan:

==========
TKE_Circle
==========

Opcode
======

.. csv-table::

	"ASCII", "C"
	"Hexadecimal", "43"
	"Decimal", "67"
	
	
Operands
========

Point first, Point second, Point third
[Byte flags  [Point center]] 

.. csv-table::

	"first, second, third", "three points on the circle"
	"flags", "options"
	"center", "explicit center point, present if low bit of ``flags`` is set"
	
	
Notes
=====

Standard 3-point circle definition with each point representing a point 
on the perimeter of the circle. Circle is inserted into the currently opened 
segment.

``Flags`` and ``center`` were added in format version 12.15
