Package it.unibo.alchemist.model.interfaces.geometry
Types
Link copied to clipboard
interface GeometricShape<S : Vector<S>, A : GeometricTransformation<S>> : Serializable
Content copied to clipboard
Models a generic shape.
Link copied to clipboard
Defines a generic transformation of a generic shape. The operations allowed depend on the space the shape belongs to. This interface is meant to be extended.