-
- Downloads
Fix MirroredRepeat wrapping strategy.
Our old calculation would fail if we oveflow by more than one dimension. Eg. dimX = 2 and X = 4, we would wrap it to -1 instead of 1.
Loading
Please register or sign in to comment
Our old calculation would fail if we oveflow by more than one dimension. Eg. dimX = 2 and X = 4, we would wrap it to -1 instead of 1.