Vector3 Tendency(Boid bj) { Vector3 target = transform.position; return((target - bj.Position) / 10); }