HighMap library (C++)
|
This is the complete list of members for hmap::Simplex2SFunction, including all inherited members.
Function() | hmap::Function | inline |
Function(HMAP_FCT_XY_TYPE delegate) | hmap::Function | inlineexplicit |
get_delegate() const | hmap::Function | |
get_kw() const | hmap::NoiseFunction | inline |
get_seed() const | hmap::NoiseFunction | inline |
get_value(float x, float y, float ctrl_param) const | hmap::Function | |
kw | hmap::NoiseFunction | protected |
NoiseFunction() | hmap::NoiseFunction | inline |
NoiseFunction(Vec2< float > kw) | hmap::NoiseFunction | inline |
NoiseFunction(Vec2< float > kw, uint seed) | hmap::NoiseFunction | inline |
seed | hmap::NoiseFunction | protected |
set_delegate(HMAP_FCT_XY_TYPE new_delegate) | hmap::Function | |
set_kw(Vec2< float > new_kw) | hmap::NoiseFunction | inlinevirtual |
set_seed(uint new_seed) | hmap::Simplex2SFunction | inlinevirtual |
Simplex2SFunction(Vec2< float > kw, uint seed) | hmap::Simplex2SFunction | |
~Function()=default | hmap::Function | virtual |