(fn)
| 17212 | return particle.copyTo(new this.constructor(), 0) |
| 17213 | } |
| 17214 | sort(fn) { |
| 17215 | this._getSubparticlesArray().sort(fn) |
| 17216 | this._clearCueIndex() |
| 17217 | return this |
| 17218 | } |
| 17219 | invert() { |
| 17220 | this.forEach(particle => particle.atoms.reverse()) |
| 17221 | return this |
no test coverage detected