Class AbstractShapeFactory
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.geometry.GeometricShapeFactory
,java.io.Serializable
public abstract class AbstractShapeFactory<S extends Vector<S>, A extends Transformation<S>> implements GeometricShapeFactory<S, A>
Base class for Transformation providing a standard implementation for GeometricShapeFactory.adimensional.
-
-
Constructor Summary
Constructors Constructor Description AbstractShapeFactory()
-
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. -
-
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.
-
-
-
-