bPos method

Vector2 bPos(
  1. Set<Atom> atoms
)

Implementation

Vector2 bPos(Set<Atom> atoms) => Vector2(bAtom(atoms).x, bAtom(atoms).y);