pub struct DiamondSquare;Expand description
Generates terrain using the Diamond-Square (Midpoint Displacement) algorithm.
Implementations§
Auto Trait Implementations§
impl Freeze for DiamondSquare
impl RefUnwindSafe for DiamondSquare
impl Send for DiamondSquare
impl Sync for DiamondSquare
impl Unpin for DiamondSquare
impl UnsafeUnpin for DiamondSquare
impl UnwindSafe for DiamondSquare
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