InterposeBehavior constructor
InterposeBehavior([
- MovingEntity? entity1,
- MovingEntity? entity2,
- double deceleration = 3
Constructs a interpose behavior.
Implementation
InterposeBehavior([ this.entity1, this.entity2, this.deceleration = 3 ]):super();