bubble-chamber: Update for processing changes
parent
fce11759e9
commit
72344abf71
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
USING: kernel sequences random accessors multi-methods
|
USING: kernel sequences random accessors multi-methods
|
||||||
math math.constants math.ranges math.points combinators.cleave
|
math math.constants math.ranges math.points combinators.cleave
|
||||||
processing bubble-chamber.common bubble-chamber.particle ;
|
processing processing.shapes
|
||||||
|
bubble-chamber.common bubble-chamber.particle ;
|
||||||
|
|
||||||
IN: bubble-chamber.particle.axion
|
IN: bubble-chamber.particle.axion
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
USING: kernel random math math.constants math.points accessors multi-methods
|
USING: kernel random math math.constants math.points accessors multi-methods
|
||||||
processing
|
processing processing.shapes
|
||||||
processing.color
|
processing.color
|
||||||
bubble-chamber.common
|
bubble-chamber.common
|
||||||
bubble-chamber.particle ;
|
bubble-chamber.particle ;
|
||||||
|
|
|
@ -7,6 +7,7 @@ USING: kernel arrays sequences random
|
||||||
multi-methods accessors
|
multi-methods accessors
|
||||||
combinators.cleave
|
combinators.cleave
|
||||||
processing
|
processing
|
||||||
|
processing.shapes
|
||||||
bubble-chamber.common
|
bubble-chamber.common
|
||||||
bubble-chamber.particle
|
bubble-chamber.particle
|
||||||
bubble-chamber.particle.muon.colors ;
|
bubble-chamber.particle.muon.colors ;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
USING: kernel arrays sequences random math accessors multi-methods
|
USING: kernel arrays sequences random math accessors multi-methods
|
||||||
processing
|
processing processing.shapes
|
||||||
bubble-chamber.common
|
bubble-chamber.common
|
||||||
bubble-chamber.particle ;
|
bubble-chamber.particle ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue