mymesh.tree.KDtreeNode.makeChildrenPts#

KDtreeNode.makeChildrenPts(points, maxdepth=inf, leafsize=10, axismode='cyclic')[source]#

Initialize child nodes for the current node

Parameters:

axismode (str, optional) –

method use for selecting the next splitting axis, by default ‘cyclic’.

Currenty no other options are implemented.