Ejemplo n.º 1
0
 public void copyFrom(MotorBean other)
 {
     distanceToSpeed = other.distanceToSpeed;
     maxSpeed        = other.maxSpeed;
     speedDifToAccel = other.speedDifToAccel;
     maxAccel        = other.maxAccel;
 }