QuadTreeParticle constructor
Creates a QuadTreeParticle with the given index and coordinates (x, y).
Implementation
const QuadTreeParticle(this.index, this.x, this.y);
Creates a QuadTreeParticle with the given index and coordinates (x, y).
const QuadTreeParticle(this.index, this.x, this.y);