SeparationManager
model.managers.movements.Boids.SeparationManager
case class SeparationManager[M <: Movable[M]](avoidRadius: Double, weight: Double) extends WeightedManager[Context[M]]
This manager implements the boid separation logic
Value parameters
- avoidRadius
-
the distance that each boid try to keep from the other boids
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article