|
PocketMine-MP 5.42.2 git-9c2871e619ddaa0a56652c6c5556efcf767fbf05
|
Collaboration diagram for pocketmine\world\generator\Gaussian:Public Member Functions | |
| __construct (public int $smoothSize) | |
Public Attributes | |
| array | $kernel = [] |
| array | $kernel1D = [] |
| readonly float | $weightSum |
| readonly float | $weightSum1D |
Definition at line 30 of file Gaussian.php.
| pocketmine\world\generator\Gaussian::__construct | ( | public int | $smoothSize | ) |
Definition at line 41 of file Gaussian.php.
| array pocketmine\world\generator\Gaussian::$kernel = [] |
Definition at line 32 of file Gaussian.php.
| array pocketmine\world\generator\Gaussian::$kernel1D = [] |
Definition at line 37 of file Gaussian.php.
| readonly float pocketmine\world\generator\Gaussian::$weightSum |
Definition at line 34 of file Gaussian.php.
| readonly float pocketmine\world\generator\Gaussian::$weightSum1D |
Definition at line 39 of file Gaussian.php.