Package: blocks-world
Generic Function blocks-world:block-position
Lambda Listblocks-world:block-position (instance) ArgumentsReturn ValueThe list of two integers for the position. Details Returns the position of the block.
The position of a block is specified as a list of its x and y coordinates,
where the first axis runs along the table, and the second axis points upwards
towards the hand. Together with the block's width and height, the position determines which parts of the world this block occupies. No other objects can be placed to an overlapping position. | See also |
2025-09-06