atheriel / grunge

A coherent noise library in its very early stages.
2 stars 1 forks source link

Add the ability to chain modifying functions. #8

Closed atheriel closed 10 years ago

atheriel commented 10 years ago

At present, one cannot do

let noise = PinkNoise::new(101).scalebias(5.5, 2.0).clamp(0.0, 5.0);

the conversion to using Box'd types should fix this.