World zzz68

Classes: RedPlane trek WebApp

Methods: prototype wmid

Classes

RedPlane

prototype
Group new vec: VEC( "Fusalage along the X axis" Cube new $ scale: 1 @ 0.2 @ 0.2 $ color: 1 @ 0 @ 0 @ 1, "Wings along the Y axis" Cube new $ scale: 0.3 @ 0.3 @ 0.1 $ color: 0 @ 1 @ 0 @ 1 $ pos: 0.2 @ 0 @ 0.1, ).

trek < WebApp

wmid
n,k= 175,250. v= for(i: n) map(0). for(i: k) do(v at: (Num rand: n) put: 1). z= 0. for(i: n) do(if(v at: i)then(z=z+1).). HT(n-z).

WebApp

Method CrossReference

prototype
RedPlane  
wmid
trek