funkelab / gunpowder

A library to facilitate machine learning on multi-dimensional images.
https://funkelab.github.io/gunpowder/
MIT License
78 stars 56 forks source link

Make Coordinate add and mul operations commutative #130

Closed bentaculum closed 4 years ago

bentaculum commented 4 years ago

Coordindates are fixed to consist of integer values. Therefore, addition and multiplication of Coordinates with integers/tuples should be commutative to correspond to our intuition.