|
HighMap library (C++)
|
Namespaces | |
| namespace | hmap |
Functions | |
| Array | hmap::interpolate2d_nni (glm::ivec2 shape, const std::vector< float > &x, const std::vector< float > &y, const std::vector< float > &values, const Array *p_noise_x=nullptr, const Array *p_noise_y=nullptr, glm::vec4 bbox={0.f, 1.f, 0.f, 1.f}) |
| 2D interpolation using the Natural Neighbor Interpolation method. | |