Package it.unibo.alchemist.model.implementations.properties
Types
Link copied to clipboard
class PhysicalPedestrian2D<T>( randomGenerator: RandomGenerator, val environment: Physics2DEnvironment<T>, val node: Node<T>) : AbstractNodeProperty<T> , PhysicalPedestrian2D<T>
Content copied to clipboard
Base implementation of a pedestrian's capability to experience physical interactions in a 2D space.