|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzombie.core.Styles.GeometryData
public class GeometryData
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 |
---|
public GeometryData(FloatList vertexData, ShortList indexData)
vertexData
- indexData
- Method Detail |
---|
public void clear()
public FloatList getVertexData()
public ShortList getIndexData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |