summaryrefslogtreecommitdiffhomepage
path: root/app/components/boid.rb
blob: 060f9c325926f720804873f296f486a87d116eca (plain)
1
2
3
4
5
FF::Cmp.new('Boid',
            x: 0, y: 0,
            vx: 0, vy: 0,
            cx: 0, cy: 0,
            angle: 0)