Class Sphere

java.lang.Object
  |
  +--Sphere

public class Sphere
extends java.lang.Object


Constructor Summary
Sphere()
           
 
Method Summary
 float[][][] getSphere()
           
 float[][][] getTextureKoord(float repeat)
           
 void setData(float maxrad, float stride, float area, float maxheight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sphere

public Sphere()
Method Detail

setData

public void setData(float maxrad,
                    float stride,
                    float area,
                    float maxheight)

getSphere

public float[][][] getSphere()

getTextureKoord

public float[][][] getTextureKoord(float repeat)