etk::Noise Class Reference
#include <Noise.hpp>
Public Member Functions | |
Noise (enum noiseType _type, ivec2 _size, int32_t _depth) | |
float | get (int32_t _x, int32_t _y) const |
Detailed Description
Constructor & Destructor Documentation
§ Noise()
Contructor of a noise specific.
- Parameters
-
[in] _type Type of noise [in] _size Size of the image output [in] _depth Depth calculation
Member Function Documentation
§ get()
float etk::Noise::get | ( | int32_t | _x, |
int32_t | _y | ||
) | const |
Get value at a specific position.
- Parameters
-
[in] _x X position [in] _y Y position
- Returns
- Value calculated at this position
The documentation for this class was generated from the following file:
- framework/atria-soft/etk/etk/Noise.hpp