Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
A simple 2D-Vector class. More...
Public Member Functions | |
__construct ($x=.0, $y=.0) | |
getX () | |
getY () | |
multiplyWithMatrix (Matrix $matrix) | |
Protected Attributes | |
float | $x |
float | $y |
A simple 2D-Vector class.
Vector::__construct | ( | $x = .0, | |
$y = .0 ) |
int | float | $x | |
int | float | $y |
Vector::getX | ( | ) |
float |
Vector::getY | ( | ) |
float |