Function CPUParticles2D.orbitVelocity

Orbital velocity applied to each particle. Makes the particles circle around origin. Specified in number of full rotations around origin per second.

double orbitVelocity() nothrow @property @nogc;

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