for (let i = 0; i < num; i++) {
                const n = neighbors[i];
                if (n !== boid) add(force, force, n.vel.curr);
            }