==================
TKE_Circular_Chord
==================

Opcode
======

.. csv-table::

	"ASCII", "\\"
	"Hexadecimal", "5C"
	"Decimal", "92"
	
	
Operands
========

Point start, Point middle, Point end
[Byte flags  [Point center]] 

.. csv-table::

	"start", "beginning of arc"
	"middle", "intermediate point on arc"
	"end", "end of arc"
	"flags", "options"
	"center", "explicit center point, present if low bit of *flags* is set"


Notes
=====

Defines a segment of a circle -- the area between the arc and the chord between the endpoints. Chord area is inserted into the currently opened segment.

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