Class HeightField

java.lang.Object
  |
  +--HeightField

public class HeightField
extends java.lang.Object


Constructor Summary
HeightField(int Size, float stride, float texrep)
           
 
Method Summary
 float[][][] getData()
           
 float getHeight(int x, int y)
           
 float getLength(int x, int y)
           
 int getSize()
           
 float getStride()
           
 float[][][] getTeksturKoor()
           
 float getWidth(int x, int y)
           
 void setHeight(int x, int y, float verdi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeightField

public HeightField(int Size,
                   float stride,
                   float texrep)
Method Detail

getData

public float[][][] getData()

getLength

public float getLength(int x,
                       int y)

getWidth

public float getWidth(int x,
                      int y)

getHeight

public float getHeight(int x,
                       int y)

setHeight

public void setHeight(int x,
                      int y,
                      float verdi)

getTeksturKoor

public float[][][] getTeksturKoor()

getSize

public int getSize()

getStride

public float getStride()