Contains data about a border drawing.

Available since

0.1.0

.

Variables

read onlyborderParts:Array<Array<Vertex>>

All the parts of the drawing minus the parts used to draw corners.

col:Polygon

A reference to the polygon used for the drawing.

read onlycornerI:Array<Int>

Indexes of the parts that are used to draw corners.

read onlyparts:Array<Array<Vertex>>

All the parts of the drawing.

read onlyroundAngle:Float

The roundAngle value used for the drawing.

read onlythickness:Float

The thickness of the border drawn.