Position Class Reference
Detailed Description
The Position class stores a coordinate tuple for use with the LayoutVisitor.
Definition at line 19 of file Position.php.
Public Member Functions | |
| __construct ($x, $y, $z) | |
Public Attributes | |
| $x | |
| $y | |
| $z | |
Constructor & Destructor Documentation
◆ __construct()
| __construct | ( | $x, | |
| $y, | |||
| $z | |||
| ) |
Member Data Documentation
◆ $x
| $x |
Definition at line 20 of file Position.php.
◆ $y
| $y |
Definition at line 21 of file Position.php.
◆ $z
| $z |
Definition at line 22 of file Position.php.