QuadTreeParticle constructor

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

Creates a QuadTreeParticle with the given index and coordinates (x, y).

Implementation

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