HighMap library (C++)
Loading...
Searching...
No Matches
interpolate2d_gaussian.cpp File Reference

Namespaces

namespace  hmap
 

Functions

Array hmap::interpolate2d_gaussian (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}, float sigma=0.05f, float radius=0.f)
 2D interpolation using the Gaussian kernel method.