perfectly-balanced / PathBench

Benchmarking Platform for Classic and Learned Path Planning Algorithms.
Other
93 stars 18 forks source link

Remove Size.size and replace it with Size.values -> Tuple[...] #36

Closed judicaelclair closed 3 years ago

judicaelclair commented 3 years ago

Get rid of Size.size, which returns a Point. A size is by definition not a position, therefore this is a very counter-intuitive interface. Instead we should have, similar to Point, a values property that returns a tuple.