| 
    PocketMine-MP 5.37.1 git-cef37e7835c666594588f957a47b27d521c6a58e
    
   | 
 
 Collaboration diagram for pocketmine\math\RayTraceResult:Public Member Functions | |
| __construct (public AxisAlignedBB $bb, public int $hitFace, public Vector3 $hitVector) | |
| getBoundingBox () | |
| getHitFace () | |
| getHitVector () | |
Class representing a ray trace collision with an AxisAlignedBB
Definition at line 29 of file RayTraceResult.php.
| pocketmine\math\RayTraceResult::__construct | ( | public AxisAlignedBB | $bb, | 
| public int | $hitFace, | ||
| public Vector3 | $hitVector ) | 
| int | $hitFace | one of the Facing::* constants | 
Definition at line 34 of file RayTraceResult.php.
| pocketmine\math\RayTraceResult::getBoundingBox | ( | ) | 
Definition at line 40 of file RayTraceResult.php.
| pocketmine\math\RayTraceResult::getHitFace | ( | ) | 
Definition at line 44 of file RayTraceResult.php.
| pocketmine\math\RayTraceResult::getHitVector | ( | ) | 
Definition at line 48 of file RayTraceResult.php.