|
PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
|
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.