boids: Use flatland

db4
Eduardo Cavazos 2008-11-29 12:11:49 -06:00
parent d9f8ecbbe5
commit 1ea8d6c770
1 changed files with 3 additions and 4 deletions

View File

@ -6,18 +6,17 @@ USING: kernel namespaces
math.order
math.vectors
math.trig
math.physics.pos
math.physics.vel
combinators arrays sequences random vars
combinators.lib
combinators.short-circuit
accessors ;
accessors
flatland ;
IN: boids
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
TUPLE: boid < vel ;
TUPLE: boid < <vel> ;
C: <boid> boid