pub struct Cylinders {
pub frequency: f64,
}
Expand description
Noise function that outputs concentric cylinders.
This noise function outputs concentric cylinders centered on the origin. The cylinders are oriented along the z axis similar to the concentric rings of a tree. Each cylinder extends infinitely along the z axis.
Fields§
§frequency: f64
Frequency of the concentric objects.
Implementations§
Trait Implementations§
impl Copy for Cylinders
Auto Trait Implementations§
impl Freeze for Cylinders
impl RefUnwindSafe for Cylinders
impl Send for Cylinders
impl Sync for Cylinders
impl Unpin for Cylinders
impl UnwindSafe for Cylinders
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