Struct anl::ImplicitCellular [] [src]

pub struct ImplicitCellular { /* fields omitted */ }

The Cellular function provides an interface to a CellularGenerator to generate cellular noise based on the function originally written by Steve Worley. The function calculates F1,F2,F3 and F4 as distances to the first, second, third and fourth nearest seed points, applies the specified coefficients to the distances and sums them together, returning the result.

Methods

impl ImplicitCellular
[src]

Trait Implementations

impl ImplicitModule for ImplicitCellular
[src]