Function ParticlesMaterial.spread
Each particle's initial direction range from +spread
to -spread
degrees. Applied to X/Z plane and Y/Z planes.
double spread() nothrow @property @nogc;
void spread
(
double v
) nothrow @property @nogc;