PocketMine-MP 5.35.1 git-e32e836dad793a3a3c8ddd8927c00e112b1e576a
Loading...
Searching...
No Matches
pocketmine\math Namespace Reference

Classes

class  AxisAlignedBB
 
class  Math
 
class  RayTraceResult
 
class  Vector2
 
class  Vector3
 
class  VectorMath
 
class  VoxelRayTrace
 

Enumerations

enum  Axis : int { toString }
 
enum  Facing : int { axis }
 

Detailed Description

Math related classes, like matrices, bounding boxes and vector

Enumeration Type Documentation

◆ Axis

Enumerator
toString 

Returns a human-readable string representation of the given axis.

Definition at line 28 of file Axis.php.

◆ Facing

Enumerator
axis 

Returns the axis of the given direction.

Definition at line 28 of file Facing.php.