|
PocketMine-MP 5.41.1 git-4f563d39044b06d1e4724032369d67f347dd3b86
|
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.