This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
PocketMine-MP
Watch
1
Star
0
Fork
0
You've already forked PocketMine-MP
mirror of
https://github.com/pmmp/PocketMine-MP.git
synced
2025-07-27 13:23:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
PocketMine-MP
/
src
/
pocketmine
/
math
History
Dylan K. Taylor
4e9e285e37
Vector2: Fixed getFloorX() and getFloorY() logical flaws
...
(int) typecast does not round down, it truncates!!!!!!!! :yodaangry:
2018-02-15 10:24:35 +00:00
..
AxisAlignedBB.php
Math: Added RayTraceResult, removed dependence on MovingObjectPosition
2018-01-12 14:28:41 +00:00
Math.php
Math: Added solveQuadratic()
2018-01-04 15:58:54 +00:00
Matrix.php
Math: Fix typo in Matrix->subtract() name
2018-02-14 18:22:37 +00:00
RayTraceResult.php
Math: Added RayTraceResult, removed dependence on MovingObjectPosition
2018-01-12 14:28:41 +00:00
Vector2.php
Vector2: Fixed getFloorX() and getFloorY() logical flaws
2018-02-15 10:24:35 +00:00
Vector3.php
PhpDoc fix for my sanity
2018-01-18 18:04:54 -05:00
VectorMath.php
Add EOF newlines where missing (bulk) (
#1836
)
2017-12-20 11:56:36 +00:00
VoxelRayTrace.php
Math: Kill BlockIterator, added a VoxelRayTrace class with level-independent generator functions (
#1885
)
2018-01-10 20:14:36 +00:00