Razaekel / noise-rs

Procedural noise generation library for Rust.
Apache License 2.0
854 stars 120 forks source link

What do x and y bounds do? #358

Open tigerplush opened 2 months ago

tigerplush commented 2 months ago

What do pub fn set_x_bounds(self, lower_x_bound: f64, upper_x_bound: f64) and pub fn set_y_bounds(self, lower_y_bound: f64, upper_y_bound: f64) do?

They're used quite often in the examples, but there is no documentation to them