dx property

double dx
getter/setter pair

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;