Implement functions from position/game_math
for RoomXY
#498
Labels
C-enhancement
Category: A PR with an enhancement or a proposed on in an issue.
RoomXY
should have equivalent functionality toPosition
for in-room stuff that we can do fully within native math. All of the functions from thegame_math
module would make sense on theRoomXY
type.Potentially as an enhancement, both types could use a manhattan range function in addition to the current chebyshev range function. Maybe we should even go as far as providing a euclidean range function?
The text was updated successfully, but these errors were encountered: