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

Added min and max functions for Vector3 #5

Closed Frago9876543210 closed 5 years ago

SOF3 commented 5 years ago

+1 static method. Although I'd rather see PHP to add static methods automatically for all instance methods :P

dktapps commented 5 years ago

Please change these methods to be static. They don't belong to the context of either vector.

dktapps commented 5 years ago

There are other methods in here which should probably be static-ified too, but that would involve BC breaks.