Class GeometryData

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

public class GeometryData
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    GeometryData​(FloatList floatList, ShortList shortList)  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    ShortList getIndexData()  
    FloatList getVertexData()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • clear

      public void clear()
    • getVertexData

      public FloatList getVertexData()
    • getIndexData

      public ShortList getIndexData()