static PtTree ptTree(Set points) { ret PtTree.fromPointSet(points); } static PtTree ptTree(Iterable points) { ret ptTree(asSet(points)); }