QuadTreeParticle constructor

const QuadTreeParticle(
  1. int index,
  2. double x,
  3. double y
)

Implementation

const QuadTreeParticle(this.index, this.x, this.y);