Uses of Class
com.badlogic.gdx.utils.IntArray

Packages that use IntArray
com.badlogic.gdx.math   
com.badlogic.gdx.utils   
 

Uses of IntArray in com.badlogic.gdx.math
 

Methods in com.badlogic.gdx.math that return IntArray
 IntArray ConvexHull.computeIndices(float[] polygon, boolean sorted, boolean yDown)
           
 IntArray ConvexHull.computeIndices(float[] points, int offset, int count, boolean sorted, boolean yDown)
          Computes a hull the same as ConvexHull.computePolygon(float[], int, int, boolean) but returns indices of the specified points.
 IntArray ConvexHull.computeIndices(FloatArray points, boolean sorted, boolean yDown)
           
 

Uses of IntArray in com.badlogic.gdx.utils
 

Methods in com.badlogic.gdx.utils that return IntArray
 IntArray ObjectIntMap.Values.toArray()
          Returns a new array containing the remaining values.
 IntArray IntSet.IntSetIterator.toArray()
          Returns a new array containing the remaining keys.
 IntArray IntMap.Keys.toArray()
          Returns a new array containing the remaining keys.
 IntArray IntIntMap.Values.toArray()
          Returns a new array containing the remaining values.
 IntArray IntIntMap.Keys.toArray()
          Returns a new array containing the remaining keys.
 IntArray IntFloatMap.Keys.toArray()
          Returns a new array containing the remaining keys.
static IntArray IntArray.with(int... array)
           
 

Methods in com.badlogic.gdx.utils with parameters of type IntArray
 void IntSet.addAll(IntArray array)
           
 void IntArray.addAll(IntArray array)
           
 void IntSet.addAll(IntArray array, int offset, int length)
           
 void IntArray.addAll(IntArray array, int offset, int length)
           
 boolean IntArray.removeAll(IntArray array)
          Removes from this array all of elements contained in the specified array.
 

Constructors in com.badlogic.gdx.utils with parameters of type IntArray
IntArray(IntArray array)
          Creates a new array containing the elements in the specific array.
 



Copyright © 2014. All Rights Reserved.