|
| void | hmap::interpolate_array_bicubic (const Array &source, Array &target, bool endpoint=false, bool pixel_centered=true) |
| |
| void | hmap::interpolate_array_bicubic (const Array &source, Array &target, const glm::vec4 &bbox_source, const glm::vec4 &bbox_target, bool endpoint=false, bool pixel_centered=true) |
| |
| void | hmap::interpolate_array_bilinear (const Array &source, Array &target, bool endpoint=false, bool pixel_centered=true) |
| |
| void | hmap::interpolate_array_bilinear (const Array &source, Array &target, const glm::vec4 &bbox_source, const glm::vec4 &bbox_target, bool endpoint=false, bool pixel_centered=true) |
| |
| void | hmap::interpolate_array_nearest (const Array &source, Array &target, bool endpoint=false) |
| |
| void | hmap::interpolate_array_nearest (const Array &source, Array &target, const glm::vec4 &bbox_source, const glm::vec4 &bbox_target, bool endpoint=false) |
| |