Class RigidShape.Offsets

  • Enclosing class:
    RigidShape

    public class RigidShape.Offsets
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.Integer,​float[]> offsets  
    • Constructor Summary

      Constructors 
      Constructor Description
      Offsets()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float[] getOffset​(int index)  
      void setOffset​(int index, float uOffset, float vOffset)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • offsets

        protected java.util.Map<java.lang.Integer,​float[]> offsets
    • Constructor Detail

      • Offsets

        public Offsets()
    • Method Detail

      • getOffset

        public float[] getOffset​(int index)
      • setOffset

        public void setOffset​(int index,
                              float uOffset,
                              float vOffset)