Interface ConvexPolygon

  • All Implemented Interfaces:
    it.unibo.alchemist.model.geometry.AwtShapeCompatible , it.unibo.alchemist.model.geometry.ConvexShape , it.unibo.alchemist.model.geometry.Shape , java.io.Serializable

    
    public interface ConvexPolygon
     implements ConvexShape<Euclidean2DPosition, Euclidean2DTransformation>, AwtShapeCompatible
                        

    A simple polygon (i.e. not self-intersecting and without holes) in which no line segment between two points on the boundary ever goes outside the polygon.