class: etk::Noise


Description:



enum:

Constructor and Destructor:

+                    Noise              (enum noise _type,
ivec2 _size,
int32_t _depth);
+ ~Noise ();

Synopsis:

+ float              get                (int32_t _x,
int32_t _y) const;

Detail:

Noise

+  Noise (enum noise _type,
ivec2 _size,
int32_t _depth);



~Noise

+  ~Noise ();



get

+ float get (int32_t _x,
int32_t _y) const;