Struct noise::Cylinders [] [src]

pub struct Cylinders {
    pub frequency: f64,
}

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 of the concentric objects.

Methods

impl Cylinders
[src]

DEFAULT_FREQUENCY: f64 = 1.0

[src]

[src]

Trait Implementations

impl Clone for Cylinders
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Cylinders
[src]

impl Debug for Cylinders
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Cylinders
[src]

[src]

Returns the "default value" for a type. Read more

impl NoiseFn<Point2<f64>> for Cylinders
[src]

[src]

impl NoiseFn<Point3<f64>> for Cylinders
[src]

[src]

impl NoiseFn<Point4<f64>> for Cylinders
[src]

[src]

Auto Trait Implementations

impl Send for Cylinders

impl Sync for Cylinders