edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.gui.prep
/
AtomTree
/
nearest
nearest
fun
nearest
(
pos
:
Vector3dc
)
:
Iterator
<
Pair
<
Atom
,
Double
>
>
Content copied to clipboard
Iterates over atoms and their squared distances from the source position.
fun
nearest
(
atom
:
Atom
)
:
Iterator
<
Pair
<
Atom
,
Double
>
>
Content copied to clipboard