factor/extra/noise/noise-tests.factor

5 lines
139 B
Factor

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