Package it.unibo.alchemist.model.implementations.actions.physicalstrategies
Types
Link copied to clipboard
class Sum<T>( environment: Physics2DEnvironment<T>, val node: Node<T>, val nonPhysicalStrategy: SteeringStrategy<T, Euclidean2DPosition>) : PhysicalSteeringStrategy<T, Euclidean2DPosition, Euclidean2DTransformation, Euclidean2DShapeFactory>
Content copied to clipboard
A PhysicalSteeringStrategy performing a simple sum of the overall intentional force and the physical ones.