Interface ConvexShape

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

    
    public interface ConvexShape<V extends Vector<V>, A extends Transformation<V>>
     implements Shape<V, A>
                        

    A convex Shape.

    This interface models a property instead of an object, this may be unusual but consider it as a contract: interfaces are often said to be contracts the implementor has to comply, the contract defined by this interface implies convexity.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.model.geometry.Shape

        contains, getCentroid, getDiameter, getRadius, intersects, transformed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail