Uses of Class
blockly_robot.robot.logic.navigation.Coords
Packages that use Coords
Package
Description
Eine Sammlung von Klassen, die die Hauptfigur der Trainingsaufgaben - einen
Roboter - bereitstellen.
Die einzelnen Aktionen des Roboters werden protokolliert, um die Algorithmen
testen zu können.
Klassen, die bei der Navigation in einer einfachen Karte aus gitterförmigen
Kacheln helfen.
-
Uses of Coords in blockly_robot.robot.gui.map
Methods in blockly_robot.robot.gui.map that return CoordsMethods in blockly_robot.robot.gui.map with parameters of type Coords -
Uses of Coords in blockly_robot.robot.gui.robot
Methods in blockly_robot.robot.gui.robot that return Coords -
Uses of Coords in blockly_robot.robot.logic.context
Methods in blockly_robot.robot.logic.context with parameters of type Coords -
Uses of Coords in blockly_robot.robot.logic.item.relocation
Methods in blockly_robot.robot.logic.item.relocation with parameters of type CoordsModifier and TypeMethodDescriptionBagPacker.dropFromBag(Coords coords) PlatformBuilder.dropPlatform(Coords coords, String actionName) BagPacker.dropWithdrawable(Coords coords, int itemNum) BagPacker.withdrawAuto(Coords coords) -
Uses of Coords in blockly_robot.robot.logic.log
Methods in blockly_robot.robot.logic.log with parameters of type Coords -
Uses of Coords in blockly_robot.robot.logic.robot
Methods in blockly_robot.robot.logic.robot that return CoordsModifier and TypeMethodDescriptionVirtualRobot.coordsInFront(Compass dir) VirtualRobot.coordsInFront(Compass dir, int mult) Robot.getCoords()Returns the current position of the robot as a Point object. deutsch uVirtualRobot.getCoords()