littlekt
0.6.0
common
core
/
com.lehaine.littlekt.math.spatial
/
pointKdTree
point
Kd
Tree
fun
<
T
:
Vec3f
>
pointKdTree
(
points
:
List
<
T
>
,
bucketSz
:
Int
=
20
)
:
KdTree
<
T
>