/extra/noise/noise-tests.factor

http://github.com/abeaumont/factor · Factor · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · 4ad9b167e4a34f7ba12013010e861f11 MD5 · raw file

  1. IN: noise.tests
  2. USING: noise tools.test sequences math ;
  3. [ t ] [ { 100 100 } perlin-noise-map-coords [ [ 100 <= ] all? ] all? ] unit-test