Class Coords

java.lang.Object
blockly_robot.robot.logic.navigation.Coords
Direct Known Subclasses:
DirectionalCoords

public class Coords extends Object
Ein Punkt auf dem Gitter. Der Ursprung ist links oben (Reihe 0 und Spalte 0).
  • Field Details

    • col

      protected int col
    • row

      protected int row
  • Constructor Details

    • Coords

      public Coords(int row, int col)
  • Method Details