Uses of Class
edu.wisc.game.sql.Board.Pos
-
Packages that use Board.Pos Package Description edu.wisc.game.sql Persistent data structures -
-
Uses of Board.Pos in edu.wisc.game.sql
Fields in edu.wisc.game.sql declared as Board.Pos Modifier and Type Field Description static Board.Pos[]Board. bucketsThe positions of the 4 bucketsMethods in edu.wisc.game.sql that return Board.Pos Modifier and Type Method Description Board.PosBoard.Pos. flip2corner()Mirror image of this cell into the bottom left cornerBoard.PosPiece. pos()Board.PosPiece. xgetPos()Methods in edu.wisc.game.sql with parameters of type Board.Pos Modifier and Type Method Description static intBoard. findBucketId(Board.Pos p)Which bucket is in this position?intBoard.Pos. norm1(Board.Pos q)1-norm distanceintBoard.Pos. norm2sq(Board.Pos q)Square of 2-norm distanceConstructors in edu.wisc.game.sql with parameters of type Board.Pos Constructor Description Move(Board.Pos pos, Board.Pos bu)Pick(Board.Pos pos)
-