[][src]Module doryen_extra::heightmap

Height map generation.

This module provides a way to create a 2D grid of float values using various algorithms.

Structs

FbmCoordinateParameters

Represents the coordinates used in the *_fbm methods.

HeightMap

A struct representing a height map.

MinMax

Represents a result of minimum and maximum values in a height map.

NeighborCell

Represents a neighbor cell in the kernel transformation method.