Package it.unibo.alchemist.loader.shapes

Types

Link copied to clipboard
abstract class Abstract2DShape<P : Position2D<P>?> : Shape<P>
A bidimensional Alchemist Shape that relies on AWT java.awt.Shape.
Link copied to clipboard
open class Circle<P : Position2D<P>?> : Abstract2DShape<P>
A circle.
Link copied to clipboard
open class Rectangle<P : Position2D<P>?> : Abstract2DShape<P>
A Rectangle.
Link copied to clipboard
interface Shape<P : Position<P>?>
A Shape, representing an partition of the space where a Position may lie in.