Package gaiasky.scene.system.render.draw
Class LineQuadstripRenderer.DoubleArrayPool
java.lang.Object
com.badlogic.gdx.utils.Pool<double[]>
gaiasky.scene.system.render.draw.LineQuadstripRenderer.DoubleArrayPool
- Enclosing class:
LineQuadstripRenderer
protected static class LineQuadstripRenderer.DoubleArrayPool
extends com.badlogic.gdx.utils.Pool<double[]>
Pools arrays of double-precision floating point numbers.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.badlogic.gdx.utils.Pool
com.badlogic.gdx.utils.Pool.Poolable
-
Field Summary
Fields inherited from class com.badlogic.gdx.utils.Pool
max, peak
-
Constructor Summary
-
Method Summary
Methods inherited from class com.badlogic.gdx.utils.Pool
clear, discard, fill, free, freeAll, getFree, obtain, reset
-
Constructor Details
-
DoubleArrayPool
public DoubleArrayPool(int initialCapacity, int max, int poolSize)
-
-
Method Details
-
newObject
protected double[] newObject()- Specified by:
newObject
in classcom.badlogic.gdx.utils.Pool<double[]>
-