Class AbstractShapeFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      AdimensionalShape<S, A> adimensional() A special shape which does not occupy space and does not intersect with any other, not even with itself.
      • Methods inherited from class it.unibo.alchemist.model.geometry.GeometricShapeFactory

        requireCompatible
      • Methods inherited from class java.lang.Object

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

      • AbstractShapeFactory

        AbstractShapeFactory()
    • Method Detail

      • adimensional

         AdimensionalShape<S, A> adimensional()

        A special shape which does not occupy space and does not intersect with any other, not even with itself.