Package 

Interface ConvexPolygon

  • All Implemented Interfaces:
    it.unibo.alchemist.model.implementations.geometry.AwtShapeCompatible , it.unibo.alchemist.model.interfaces.geometry.ConvexGeometricShape , it.unibo.alchemist.model.interfaces.geometry.GeometricShape , java.io.Serializable

    
    public interface ConvexPolygon
     implements ConvexGeometricShape<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.