pos_children

toasty.pyramid.pos_children(pos)[source]

Return the children of a tile position.

Parameters:
posPos

A tile position.

Returns:
A list of four child Pos instances. The return value is
guaranteed to always be a list, and the order of the children will always
be: top left, top right, bottom left, bottom right.