Struct noise::utils::PlaneMapBuilder
source · pub struct PlaneMapBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PlaneMapBuilder<'a>
impl<'a> PlaneMapBuilder<'a>
pub fn new(source_module: &'a dyn NoiseFn<[f64; 3]>) -> Self
pub fn set_is_seamless(self, is_seamless: bool) -> Self
pub fn set_x_bounds(self, lower_x_bound: f64, upper_x_bound: f64) -> Self
pub fn set_y_bounds(self, lower_y_bound: f64, upper_y_bound: f64) -> Self
pub fn x_bounds(&self) -> (f64, f64)
pub fn y_bounds(&self) -> (f64, f64)
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PlaneMapBuilder<'a>
impl<'a> !Send for PlaneMapBuilder<'a>
impl<'a> !Sync for PlaneMapBuilder<'a>
impl<'a> Unpin for PlaneMapBuilder<'a>
impl<'a> !UnwindSafe for PlaneMapBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more