ParticleLine constructor

ParticleLine(
  1. Particle origin,
  2. Particle destination,
  3. double length
)

Implementation

ParticleLine(
  this.origin,
  this.destination,
  this.length
);