dx property
The X component of the direction of this particle. This is usually scaled by the speed of the particle, make it a non-normalized component of direction.
Implementation
double dx = 0.0;
The X component of the direction of this particle. This is usually scaled by the speed of the particle, make it a non-normalized component of direction.
double dx = 0.0;