Function CPUParticles.initialVelocity
Initial velocity magnitude for each particle. Direction comes from spread
and the node's orientation.
double initialVelocity() nothrow @property @nogc;
void initialVelocity
(
double v
) nothrow @property @nogc;