points

fun points(): Sequence<Pair<Vector3, Any?>>(source)

Returns a sequence of all points contained in the hash grid.

Iterates over all cells in the grid and yields each contained point. Each point is represented as a value yielded by the sequence.

Return

A sequence of all points stored in the hash grid.