| Moodle PHP Documentation 5.1
    Moodle 5.1dev (Build: 20250711) (9addea9f0ac) | 
Class to represent a point. More...
| Public Member Functions | |
| __construct ($x, $y) | |
| dist ($other) | |
| Return the distance between this point and another. | |
| Public Attributes | |
| int | $x | 
| X location. | |
| int | $y | 
| Y location. | |
Class to represent a point.