hashGrid

fun List<Vector2>.hashGrid(radius: Double): HashGrid(source)
fun List<Vector3>.hashGrid(radius: Double): HashGrid3D(source)

Construct a hash grid containing all points in the list

Parameters

radius

radius of the hash grid