Function ParticlesMaterial.tangentialAccel

Tangential acceleration applied to each particle. Tangential acceleration is perpendicular to the particle's velocity giving the particles a swirling motion.

double tangentialAccel() nothrow @property @nogc;

void tangentialAccel (
  double v
) nothrow @property @nogc;