/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
- IN: noise.tests
- USING: noise tools.test sequences math ;
- [ t ] [ { 100 100 } perlin-noise-map-coords [ [ 100 <= ] all? ] all? ] unit-test