|
void | hmap::flatten_heightmap (Heightmap &h_source1, const Heightmap &h_source2, const CoordFrame &t_source1, const CoordFrame &t_source2) |
|
void | hmap::flatten_heightmap (const Heightmap &h_source1, const Heightmap &h_source2, Heightmap &h_target, const CoordFrame &t_source1, const CoordFrame &t_source2, const CoordFrame &t_target) |
|
void | hmap::flatten_heightmap (const std::vector< const Heightmap * > &h_sources, Heightmap &h_target, const std::vector< const CoordFrame * > &t_sources, const CoordFrame &t_target) |
|
void | hmap::interpolate_heightmap (const hmap::Heightmap &h_source, hmap::Heightmap &h_target, const CoordFrame &t_source, const CoordFrame &t_target) |
|