VelocityLimiterManager
model.managers.movements.Boids.VelocityLimiterManager
case class VelocityLimiterManager[M <: Movable[M]](maxSpeed: Double) extends BaseManager[M]
This manager limits the velocity of the given boid
Value parameters
- maxSpeed
-
the maximum velocity that a boid can have
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BaseManager[M]class Objecttrait Matchableclass Any
Members list
In this article