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

Fixed the issue that AxisAlignedBB->isVectorInside() not counting the border area as inside like other isVectorIn methods #14

Closed Endermanbugzjfc closed 4 years ago

Endermanbugzjfc commented 4 years ago

Fixed the issue that AxisAlignedBB->isVectorInside() not counting the border area as inside like other isVectorIn methods

SOF3 commented 4 years ago

This was not clearly documented, so this is not a "bug". Changing this behaviour will lead to BC break.

dktapps commented 4 years ago

Seems to me like your code does the opposite of what the title says it does.