Uses of Class
toxi.geom.mesh.Terrain

Packages that use Terrain
toxi.geom.mesh   
 

Uses of Terrain in toxi.geom.mesh
 

Methods in toxi.geom.mesh that return Terrain
 Terrain Terrain.setElevation(float[] elevation)
          Sets the elevation of all cells to those of the given array values.
 Terrain Terrain.setHeightAtCell(int x, int z, float h)
          Sets the elevation for a single given grid cell.