TorpedoParticle.STEP

Undocumented in source.
struct TorpedoParticle
enum STEP = q{ x += vx; y += vy; t += s; if (t >= 1) mixin(REMOVE); else mixin(NEXT); };

Meta