mymesh.tree.QuadtreeNode.getLimits# QuadtreeNode.getLimits()[source]# Get the spatial bounds of the current quadtree node. Limits are formatted as [[xmin, xmax], [ymin, ymax]]. These are equivalent to node.centroid +/- (node.size/2). Returns: limits – list of x, y bounds of the quadtree node Return type: list