Struct noise_functions::open_simplex::Improve3Xy
source · pub struct Improve3Xy<Noise>(pub Noise);
Expand description
Improves 3D orientation for the XY
plane.
Tuple Fields§
§0: Noise
Trait Implementations§
source§impl<Noise> Sample<3> for Improve3Xy<Noise>where
Noise: Sample<3>,
impl<Noise> Sample<3> for Improve3Xy<Noise>where
Noise: Sample<3>,
Auto Trait Implementations§
impl<Noise> Freeze for Improve3Xy<Noise>where
Noise: Freeze,
impl<Noise> RefUnwindSafe for Improve3Xy<Noise>where
Noise: RefUnwindSafe,
impl<Noise> Send for Improve3Xy<Noise>where
Noise: Send,
impl<Noise> Sync for Improve3Xy<Noise>where
Noise: Sync,
impl<Noise> Unpin for Improve3Xy<Noise>where
Noise: Unpin,
impl<Noise> UnwindSafe for Improve3Xy<Noise>where
Noise: UnwindSafe,
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