Searched defs:ParticleVelocity (Results 1 – 2 of 2) sorted by relevance
152 ParticleVelocity() : velocityValue_(), velocityAngle_() {} in ParticleVelocity() function153 ParticleVelocity(const Range<float>& velocityValue, const Range<float>& velocityAngle) in ParticleVelocity() function
62 class ParticleVelocity; variable