Struct noise::utils::CylinderMapBuilder
source · pub struct CylinderMapBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CylinderMapBuilder<'a>
impl<'a> CylinderMapBuilder<'a>
pub fn new(source_module: &'a dyn NoiseFn<[f64; 3]>) -> Self
pub fn set_angle_bounds(self, lower_bound: f64, upper_bound: f64) -> Self
pub fn set_height_bounds(self, lower_bound: f64, upper_bound: f64) -> Self
pub fn angle_bounds(&self) -> (f64, f64)
pub fn height_bounds(&self) -> (f64, f64)
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for CylinderMapBuilder<'a>
impl<'a> !Send for CylinderMapBuilder<'a>
impl<'a> !Sync for CylinderMapBuilder<'a>
impl<'a> Unpin for CylinderMapBuilder<'a>
impl<'a> !UnwindSafe for CylinderMapBuilder<'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