The bounds of the polygon.
They are null in case of the root node.
The children of this node.
The Clipper path of this node. It is empty in case of the root node.
The depth of this node. The depth of the root node is 0.
Is this a hole? The root node is a hole.
The parent of this node or null if this is the root node.
The points of the polygon ([x0, y0, x1, y1, ...]).
They are null in case of the root node.
The polygon of this node.
It is null in case of the root node.
Test circle containment/intersection with this node.
The center point of the circle.
The radius of the circle.
Test whether given point is contained within this node.
The point.
Static_fromInternalCreate a node from the Clipper path and add it to the children of the parent.
The clipper path of this node.
The parent node or null if root.
Static_fromInternalCreate the tree from a Clipper polygon tree.
The polygon tree of a Region.