pmmp / Math

PHP library containing math related code used in PocketMine-MP
GNU Lesser General Public License v3.0
41 stars 22 forks source link

AxisAlignedBB: add a method to shift along a given axis by a certain amount #63

Closed dktapps closed 1 year ago

dktapps commented 2 years ago

Changes like https://github.com/pmmp/PocketMine-MP/pull/4591 would be much more cleanly implemented if AxisAlignedBB had something like shift(Facing $towards, float $distance).