Uses of Class
com.badlogic.gdx.utils.FloatArray
-
Packages that use FloatArray Package Description com.badlogic.gdx.graphics.g2d com.badlogic.gdx.math com.badlogic.gdx.scenes.scene2d.ui com.badlogic.gdx.utils -
-
Uses of FloatArray in com.badlogic.gdx.graphics.g2d
Fields in com.badlogic.gdx.graphics.g2d declared as FloatArray Modifier and Type Field Description FloatArrayGlyphLayout.GlyphRun. xAdvancesContains glyphs.size+1 entries:
The first entry is the X offset relative to the drawing position.
Subsequent entries are the X advance relative to previous glyph position.
The last entry is the width of the last glyph. -
Uses of FloatArray in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math that return FloatArray Modifier and Type Method Description FloatArrayConvexHull. computePolygon(float[] polygon, boolean sorted)FloatArrayConvexHull. computePolygon(float[] points, int offset, int count, boolean sorted)Returns the convex hull polygon for the given point cloud.FloatArrayConvexHull. computePolygon(FloatArray points, boolean sorted)Methods in com.badlogic.gdx.math with parameters of type FloatArray Modifier and Type Method Description IntArrayConvexHull. computeIndices(FloatArray points, boolean sorted, boolean yDown)FloatArrayConvexHull. computePolygon(FloatArray points, boolean sorted)ShortArrayDelaunayTriangulator. computeTriangles(FloatArray points, boolean sorted)ShortArrayEarClippingTriangulator. computeTriangles(FloatArray vertices)static booleanIntersector. intersectPolygonEdges(FloatArray polygon1, FloatArray polygon2)Returns true if the lines of the specified poygons intersect.static booleanIntersector. intersectPolygons(FloatArray polygon1, FloatArray polygon2)Returns true if the specified poygons intersect. -
Uses of FloatArray in com.badlogic.gdx.scenes.scene2d.ui
Fields in com.badlogic.gdx.scenes.scene2d.ui declared as FloatArray Modifier and Type Field Description protected FloatArrayTextField. glyphPositions -
Uses of FloatArray in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return FloatArray Modifier and Type Method Description FloatArrayIntFloatMap.Values. toArray()Returns a new array containing the remaining values.FloatArrayIntFloatMap.Values. toArray(FloatArray array)Adds the remaining values to the specified array.FloatArrayObjectFloatMap.Values. toArray()Returns a new array containing the remaining values.FloatArrayObjectFloatMap.Values. toArray(FloatArray array)Adds the remaining values to the specified array.static FloatArrayFloatArray. with(float... array)Methods in com.badlogic.gdx.utils with parameters of type FloatArray Modifier and Type Method Description voidFloatArray. addAll(FloatArray array)voidFloatArray. addAll(FloatArray array, int offset, int length)booleanQuadTreeFloat. nearest(float x, float y, FloatArray result)voidQuadTreeFloat. query(float centerX, float centerY, float radius, FloatArray results)voidQuadTreeFloat. query(Rectangle rect, FloatArray results)booleanFloatArray. removeAll(FloatArray array)Removes from this array all of elements contained in the specified array.FloatArrayIntFloatMap.Values. toArray(FloatArray array)Adds the remaining values to the specified array.FloatArrayObjectFloatMap.Values. toArray(FloatArray array)Adds the remaining values to the specified array.Constructors in com.badlogic.gdx.utils with parameters of type FloatArray Constructor Description FloatArray(FloatArray array)Creates a new array containing the elements in the specific array.
-