|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
Collaboration diagram for pocketmine\math\Vector2:Public Member Functions | |
| __construct (public float $x, public float $y) | |
| __toString () | |
| abs () | |
| add (float $x, float $y) | |
| addVector (Vector2 $vector2) | |
| ceil () | |
| distance (Vector2 $pos) | |
| distanceSquared (Vector2 $pos) | |
| divide (float $number) | |
| dot (Vector2 $v) | |
| floor () | |
| getFloorX () | |
| getFloorY () | |
| getX () | |
| getY () | |
| length () | |
| lengthSquared () | |
| multiply (float $number) | |
| normalize () | |
| round () | |
| subtract (float $x, float $y) | |
| subtractVector (Vector2 $vector2) | |
Definition at line 32 of file Vector2.php.
| pocketmine\math\Vector2::__construct | ( | public float | $x, |
| public float | $y ) |
Definition at line 33 of file Vector2.php.
| pocketmine\math\Vector2::__toString | ( | ) |
Definition at line 125 of file Vector2.php.
| pocketmine\math\Vector2::abs | ( | ) |
Definition at line 82 of file Vector2.php.
| pocketmine\math\Vector2::add | ( | float | $x, |
| float | $y ) |
Definition at line 54 of file Vector2.php.
| pocketmine\math\Vector2::addVector | ( | Vector2 | $vector2 | ) |
Definition at line 58 of file Vector2.php.
| pocketmine\math\Vector2::ceil | ( | ) |
Definition at line 70 of file Vector2.php.
| pocketmine\math\Vector2::distance | ( | Vector2 | $pos | ) |
Definition at line 94 of file Vector2.php.
| pocketmine\math\Vector2::distanceSquared | ( | Vector2 | $pos | ) |
Definition at line 98 of file Vector2.php.
| pocketmine\math\Vector2::divide | ( | float | $number | ) |
Definition at line 90 of file Vector2.php.
| pocketmine\math\Vector2::dot | ( | Vector2 | $v | ) |
Definition at line 121 of file Vector2.php.
| pocketmine\math\Vector2::floor | ( | ) |
Definition at line 74 of file Vector2.php.
| pocketmine\math\Vector2::getFloorX | ( | ) |
Definition at line 46 of file Vector2.php.
| pocketmine\math\Vector2::getFloorY | ( | ) |
Definition at line 50 of file Vector2.php.
| pocketmine\math\Vector2::getX | ( | ) |
Definition at line 38 of file Vector2.php.
| pocketmine\math\Vector2::getY | ( | ) |
Definition at line 42 of file Vector2.php.
| pocketmine\math\Vector2::length | ( | ) |
Definition at line 104 of file Vector2.php.
| pocketmine\math\Vector2::lengthSquared | ( | ) |
Definition at line 108 of file Vector2.php.
| pocketmine\math\Vector2::multiply | ( | float | $number | ) |
Definition at line 86 of file Vector2.php.
| pocketmine\math\Vector2::normalize | ( | ) |
Definition at line 112 of file Vector2.php.
| pocketmine\math\Vector2::round | ( | ) |
Definition at line 78 of file Vector2.php.
| pocketmine\math\Vector2::subtract | ( | float | $x, |
| float | $y ) |
Definition at line 62 of file Vector2.php.
| pocketmine\math\Vector2::subtractVector | ( | Vector2 | $vector2 | ) |
Definition at line 66 of file Vector2.php.