zombie.core.Styles
Class GeometryData

java.lang.Object
  extended by zombie.core.Styles.GeometryData

public class GeometryData
extends java.lang.Object

Really basic geometry data which is used by Style


Constructor Summary
GeometryData(FloatList vertexData, ShortList indexData)
          C'tor
 
Method Summary
 void clear()
           
 ShortList getIndexData()
           
 FloatList getVertexData()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryData

public GeometryData(FloatList vertexData,
                    ShortList indexData)
C'tor

Parameters:
vertexData -
indexData -
Method Detail

clear

public void clear()

getVertexData

public FloatList getVertexData()

getIndexData

public ShortList getIndexData()