Shapes 3D  3.0
 All Classes Functions Variables Pages
shapes3d.utils.Heightmap Class Referenceabstract
Inheritance diagram for shapes3d.utils.Heightmap:

Public Member Functions

 Heightmap (int size)
 
PImage getMapImage (PApplet app)
 
float[][] grid ()
 
int gridSize ()
 
float minHeight ()
 
float maxHeight ()
 
void adjustHeights (float low, float high)
 
void printMap ()
 

Protected Member Functions

abstract void calcHeightmap ()
 

Protected Attributes

float[][] grid
 
int gridSize
 
float min_height = Float.MAX_VALUE
 
float max_height = Float.MIN_VALUE
 

The documentation for this class was generated from the following file: