Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
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.