PocketMine-MP 5.33.2 git-1133d49c924b4358c79d44eeb97dcbf56cb4d1eb
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.