pointKdTree

fun <T : Vec3f> pointKdTree(points: List<T>, bucketSz: Int = 20): KdTree<T>