#include <heightfield.h>

Static Public Attributes | |
| static HeightFieldException | OUT_OF_BOUNDS |
| Thrown when an operation occurs on a heightfield with dimensions smaller or larger than the heightfield has room for. | |
| static HeightFieldException | INVALID_HEIGHTFIELD |
| Thrown if the heightfield data has not been allocated before it is used. | |
| static HeightFieldException | INVALID_IMAGE_FORMAT |
| Thrown when an invalid image format is specified when converting it to a heightfield. | |
Thrown when an operation occurs on a heightfield with dimensions smaller or larger than the heightfield has room for.
Thrown if the heightfield data has not been allocated before it is used.
Thrown when an invalid image format is specified when converting it to a heightfield.