Searched refs:velocityAngle (Results 1 – 5 of 5) sorted by relevance
626 float velocityAngle = in InitProperty() local628 velocityAngle *= DEGREE_TO_RADIAN; in InitProperty()629 …velocity_ = Vector2f { velocityValue * std::cos(velocityAngle), velocityValue * std::sin(velocityA… in InitProperty()
153 ParticleVelocity(const Range<float>& velocityValue, const Range<float>& velocityAngle) in ParticleVelocity() argument154 : velocityValue_(velocityValue), velocityAngle_(velocityAngle) in ParticleVelocity()
325 Range<float> velocityAngle = Range<float>(1, 10); variable326 velocity = ParticleVelocity(velocityValue, velocityAngle);
335 …Rosen::Range<float> velocityAngle = {EMIT_VELOCITY_ANGLE_RANGE_BEGIN, EMIT_VELOCITY_ANGLE_RANGE_EN… in InitParticleEmitter() local336 Rosen::ParticleVelocity velocity(velocityValue, velocityAngle); in InitParticleEmitter()
1049 Range<float> velocityAngle(angleStart, angleEnd); in Unmarshalling() local1050 val = ParticleVelocity(velocityValue, velocityAngle); in Unmarshalling()