DotPhys constructor

DotPhys(
  1. Vector2 position,
  2. Vector2 speed,
  3. double maxSpeed
)

Implementation

DotPhys(
  this.position,
  this.speed,
  this.maxSpeed,
);