Package it.unibo.alchemist.model.implementations.geometry
Types
Link copied to clipboard
class AdimensionalShape<S : Vector<S>, A : GeometricTransformation<S>>(val centroid: S) : GeometricShape<S, A>
Content copied to clipboard
A special shape which does not occupy space and does not intersect with any other, not even with itself. It also ignores any transformation.