Ejemplo n.º 1
0
  @Override
  public void visit(MotionCommand command) throws GkException {
    visit((SettingCommand) command);
    current.setStart(new Tuple6b(position));
    current.setEnd(new Tuple6b(position));
    current.getEnd().add(command.getCoordinates());

    position = current.getEnd();
  }