Library Moduleheckj.heightmap 0.6.4Heightmap
Heightmap
Data structures for generating and exposing a height map.
import Heightmap
Module information
- Declarations
- 28
- Symbols
- 100
Overview
This library presents a data structure that stores a two-dimensional array of float values, typically used for representing a height map. The internal representation of the height map is expected to be a Unit value (0.0 to 1.0), stored (and accessible) as a Float
value.
Heightmaps
struct Heightmap
A two-dimensional array of unit-values, used to represent a height map.
struct XZIndex
A two-dimensional coordinate index to a height map.