Generates a bark-like structure by combining two sets of points and adding details.
Creates an instance of the Barkify class.
The x-coordinate offset for the SVG structure.
The y-coordinate offset for the SVG structure.
A tuple containing two arrays of points representing the left and right branches.
An array of Elements.
Adds an object to the elements array.
The object to be added to this.elements
Adds an object at the beginning of elements array. This way object will be rendered first, thus being a background.
Generates a bark-like structure by combining two sets of points and adding details.