Example #1
0
import Boid
r1 = [2,4]
r2 = [5,3]
r3 = [1,6]
r4 = [3,3]

b = Boid(r1,r2,r3,r4)

print(b.getVelocity())