Searched refs:DESIRED_BOID_DIST (Results 1 – 2 of 2) sorted by relevance
30 …static const constexpr float DESIRED_BOID_DIST = 35.0f;// Distance boids want to be from others, w… variable
36 if (dist < DESIRED_BOID_DIST) { in flock()