Struct noise::SuperSimplex
source · pub struct SuperSimplex { /* private fields */ }
Expand description
Noise function that outputs 2/3-dimensional Super Simplex noise.
Implementations§
source§impl SuperSimplex
impl SuperSimplex
pub const DEFAULT_SEED: u32 = 0u32
pub fn new() -> Self
Trait Implementations§
source§impl Clone for SuperSimplex
impl Clone for SuperSimplex
source§fn clone(&self) -> SuperSimplex
fn clone(&self) -> SuperSimplex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SuperSimplex
impl Debug for SuperSimplex
source§impl Default for SuperSimplex
impl Default for SuperSimplex
source§impl Seedable for SuperSimplex
impl Seedable for SuperSimplex
impl Copy for SuperSimplex
Auto Trait Implementations§
impl RefUnwindSafe for SuperSimplex
impl Send for SuperSimplex
impl Sync for SuperSimplex
impl Unpin for SuperSimplex
impl UnwindSafe for SuperSimplex
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