Uses of Interface
com.badlogic.gdx.math.Shape2D
-
Packages that use Shape2D Package Description com.badlogic.gdx.graphics.g2d com.badlogic.gdx.math com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of Shape2D in com.badlogic.gdx.graphics.g2d
Classes in com.badlogic.gdx.graphics.g2d that implement Shape2D Modifier and Type Class Description static classPixmapPacker.PixmapPackerRectangle -
Uses of Shape2D in com.badlogic.gdx.math
Classes in com.badlogic.gdx.math that implement Shape2D Modifier and Type Class Description classCircleA convenient 2D circle class.classEllipseA convenient 2D ellipse class, based on the circle classclassPolygonEncapsulates a 2D polygon defined by it's vertices relative to an origin point (default of 0, 0).classPolylineclassRectangleEncapsulates a 2D rectangle defined by its corner point in the bottom left and its extents in x (width) and y (height). -
Uses of Shape2D in com.badlogic.gdx.scenes.scene2d.ui
Classes in com.badlogic.gdx.scenes.scene2d.ui that implement Shape2D Modifier and Type Class Description static classTable.DebugRect
-