Uses of Class
com.badlogic.gdx.utils.ShortArray
-
Packages that use ShortArray Package Description com.badlogic.gdx.math com.badlogic.gdx.utils -
-
Uses of ShortArray in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math that return ShortArray Modifier and Type Method Description ShortArrayDelaunayTriangulator. computeTriangles(float[] polygon, boolean sorted)ShortArrayDelaunayTriangulator. computeTriangles(float[] points, int offset, int count, boolean sorted)Triangulates the given point cloud to a list of triangle indices that make up the Delaunay triangulation.ShortArrayDelaunayTriangulator. computeTriangles(FloatArray points, boolean sorted)ShortArrayEarClippingTriangulator. computeTriangles(float[] vertices)ShortArrayEarClippingTriangulator. computeTriangles(float[] vertices, int offset, int count)Triangulates the given (convex or concave) simple polygon to a list of triangle vertices.ShortArrayEarClippingTriangulator. computeTriangles(FloatArray vertices)Methods in com.badlogic.gdx.math with parameters of type ShortArray Modifier and Type Method Description voidDelaunayTriangulator. trim(ShortArray triangles, float[] points, float[] hull, int offset, int count)Removes all triangles with a centroid outside the specified hull, which may be concave. -
Uses of ShortArray in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return ShortArray Modifier and Type Method Description static ShortArrayShortArray. with(short... array)Methods in com.badlogic.gdx.utils with parameters of type ShortArray Modifier and Type Method Description voidShortArray. addAll(ShortArray array)voidShortArray. addAll(ShortArray array, int offset, int length)booleanShortArray. removeAll(ShortArray array)Removes from this array all of elements contained in the specified array.Constructors in com.badlogic.gdx.utils with parameters of type ShortArray Constructor Description ShortArray(ShortArray array)Creates a new array containing the elements in the specific array.
-