Package it.unibo.alchemist.model.interfaces.properties
Types
Link copied to clipboard
typealias AreaProperty<T> = OccupiesSpaceProperty<T, Euclidean2DPosition, Euclidean2DTransformation>
Content copied to clipboard
A node's ability to occupy space in a 2D space.
Link copied to clipboard
interface OccupiesSpaceProperty<T, S : Vector<S>, A : GeometricTransformation<S>> : NodeProperty<T>
Content copied to clipboard
A node's ability to have a Shape.