|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
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.