|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
Collaboration diagram for pocketmine\math\RayTraceResult:Public Member Functions | |
| __construct (public AxisAlignedBB $bb, public Facing $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 Facing | $hitFace, | ||
| public Vector3 | $hitVector ) |
Definition at line 31 of file RayTraceResult.php.
| pocketmine\math\RayTraceResult::getBoundingBox | ( | ) |
Definition at line 37 of file RayTraceResult.php.
| pocketmine\math\RayTraceResult::getHitFace | ( | ) |
Definition at line 41 of file RayTraceResult.php.
| pocketmine\math\RayTraceResult::getHitVector | ( | ) |
Definition at line 45 of file RayTraceResult.php.