Axis
in package
Table of Contents
- X = 2
- Y = 0
- Z = 1
- toString() : string
- Returns a human-readable string representation of the given axis.
- __construct() : mixed
Constants
X
public
mixed
X
= 2
Y
public
mixed
Y
= 0
Z
public
mixed
Z
= 1
Methods
toString()
Returns a human-readable string representation of the given axis.
public
static toString(int $axis) : string
Parameters
- $axis : int
Return values
string —__construct()
private
__construct() : mixed