nearest

fun nearest(pos: Vector3dc): Iterator<Pair<Atom, Double>>

Iterates over atoms and their squared distances from the source position.


fun nearest(atom: Atom): Iterator<Pair<Atom, Double>>