Package | Description |
---|---|
com.badlogic.gdx.graphics.g2d | |
com.badlogic.gdx.math | |
com.badlogic.gdx.scenes.scene2d.ui | |
com.badlogic.gdx.utils |
Modifier and Type | Field and Description |
---|---|
FloatArray |
GlyphLayout.GlyphRun.xAdvances
Contains glyphs.size+1 entries: First entry is X offset relative to the drawing position.
|
Modifier and Type | Method and Description |
---|---|
FloatArray |
ConvexHull.computePolygon(float[] polygon,
boolean sorted) |
FloatArray |
ConvexHull.computePolygon(float[] points,
int offset,
int count,
boolean sorted)
Returns the convex hull polygon for the given point cloud.
|
FloatArray |
ConvexHull.computePolygon(FloatArray points,
boolean sorted) |
Modifier and Type | Method and Description |
---|---|
IntArray |
ConvexHull.computeIndices(FloatArray points,
boolean sorted,
boolean yDown) |
FloatArray |
ConvexHull.computePolygon(FloatArray points,
boolean sorted) |
ShortArray |
EarClippingTriangulator.computeTriangles(FloatArray vertices) |
ShortArray |
DelaunayTriangulator.computeTriangles(FloatArray points,
boolean sorted) |
static boolean |
Intersector.intersectPolygonEdges(FloatArray polygon1,
FloatArray polygon2)
Returns true if the lines of the specified poygons intersect.
|
static boolean |
Intersector.intersectPolygons(FloatArray polygon1,
FloatArray polygon2)
Returns true if the specified poygons intersect.
|
Modifier and Type | Field and Description |
---|---|
protected FloatArray |
TextField.glyphPositions |
Modifier and Type | Method and Description |
---|---|
FloatArray |
IntFloatMap.Values.toArray()
Returns a new array containing the remaining values.
|
FloatArray |
ObjectFloatMap.Values.toArray()
Returns a new array containing the remaining values.
|
FloatArray |
IntFloatMap.Values.toArray(FloatArray array)
Adds the remaining values to the specified array.
|
FloatArray |
ObjectFloatMap.Values.toArray(FloatArray array)
Adds the remaining values to the specified array.
|
static FloatArray |
FloatArray.with(float... array) |
Modifier and Type | Method and Description |
---|---|
void |
FloatArray.addAll(FloatArray array) |
void |
FloatArray.addAll(FloatArray array,
int offset,
int length) |
boolean |
FloatArray.removeAll(FloatArray array)
Removes from this array all of elements contained in the specified array.
|
FloatArray |
IntFloatMap.Values.toArray(FloatArray array)
Adds the remaining values to the specified array.
|
FloatArray |
ObjectFloatMap.Values.toArray(FloatArray array)
Adds the remaining values to the specified array.
|
Constructor and Description |
---|
FloatArray(FloatArray array)
Creates a new array containing the elements in the specific array.
|