(fill = "")
| 15580 | } |
| 15581 | } |
| 15582 | fill(fill = "") { |
| 15583 | this.topDownArray.forEach(line => { |
| 15584 | line.atoms.forEach((atom, index) => line.setAtom(index, fill)) |
| 15585 | }) |
| 15586 | return this |
| 15587 | } |
| 15588 | getAllAtomBoundaryCoordinates() { |
| 15589 | const coordinates = [] |
| 15590 | let lineIndex = 0 |
no test coverage detected