bondVector method

Vector2 bondVector(
  1. Set<Atom> atoms
)

Implementation

Vector2 bondVector(Set<Atom> atoms) => ePos(atoms) - bPos(atoms);