Spring2D({ required Vec2 initialPos, this.stiffness = 180.0, this.damping = 12.0, }) : pos = initialPos.clone(), velocity = Vec2.zero();