pmmp / Math

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

Vector3::getSide() and friends should accept floats for offset amount #86

Open dktapps opened 1 year ago

dktapps commented 1 year ago

Currently they are limited to integers. There's no obvious purpose to restricting them to integers.