com.triangularpixels.rebirth.geometry2d
Class AtlasArray.Region

java.lang.Object
  extended by com.triangularpixels.rebirth.geometry2d.AtlasArray.Region
Enclosing class:
AtlasArray<T>

public static class AtlasArray.Region
extends Object


Field Summary
 int atlasIndex
           
 IntRectangle bounds
           
 
Constructor Summary
AtlasArray.Region(IntRectangle bounds, int atlasIndex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atlasIndex

public int atlasIndex

bounds

public IntRectangle bounds
Constructor Detail

AtlasArray.Region

public AtlasArray.Region(IntRectangle bounds,
                         int atlasIndex)


Copyright © 2009 TriangularPixels.com. All Rights Reserved.