|
HighMap library (C++)
|
Namespaces | |
| namespace | hmap |
Functions | |
| Point | hmap::helper_pick_lowest (const Point &pa, const Point &pb, const Array &z, float max_offset, int steps) |
| std::vector< glm::ivec2 > | hmap::find_path_midpoint (const Array &z, glm::ivec2 ij_start, glm::ivec2 ij_end, float offset_ratio=0.5f, int max_it=0, int steps=16) |
| Compute a path between two points using iterative midpoint refinement. | |