Internal
Create a RegionPolygonTreeNode.
The parent node.
The parent of this node or null
if this is the root node.
The children of this 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 Clipper path of this node. It is empty in case of the root node.
The polygon of this node.
It is null
in case of the root node.
The points of the polygon ([x0, y0, x1, y1, ...]).
They are null
in case of the root node.
The bounds of the polygon.
They are 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.
Private
#testTest point containment.
The point.
Private
#testTest circle containment/intersection with this node.
The center point of the circle.
The radius of the circle.
Private
#createStatic
_fromInternal
Create 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.
The node of a RegionPolygonTree.