Uses of Class
com.codingame.gameengine.module.entities.Shape
Packages that use Shape
-
Uses of Shape in com.codingame.gameengine.module.entities
Subclasses of Shape in com.codingame.gameengine.module.entitiesModifier and TypeClassDescriptionclass
A Circle specifies an area in a theworld
defined by the Circle's center point (x,y) and its radius.class
Represents a line segment from (x,y) to (x2,y2) in world units.class
A Polygon specifies an area in a theworld
defined by a sequence of points.class
A Rectangle specifies an area in a theworld
enclosed by the Rectangle's upper-left point (x,y), its width, and its height.class
A RoundedRectangle specifies an area in a theworld
enclosed by the Rectangle's upper-left point (x,y), its width, and its height.