PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
Loading...
Searching...
No Matches
pocketmine\world\generator\Gaussian Class Reference
+ 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
 

Detailed Description

Definition at line 30 of file Gaussian.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\world\generator\Gaussian::__construct ( public int $smoothSize)

Definition at line 41 of file Gaussian.php.

Member Data Documentation

◆ $kernel

array pocketmine\world\generator\Gaussian::$kernel = []

Definition at line 32 of file Gaussian.php.

◆ $kernel1D

array pocketmine\world\generator\Gaussian::$kernel1D = []

Definition at line 37 of file Gaussian.php.

◆ $weightSum

readonly float pocketmine\world\generator\Gaussian::$weightSum

Definition at line 34 of file Gaussian.php.

◆ $weightSum1D

readonly float pocketmine\world\generator\Gaussian::$weightSum1D

Definition at line 39 of file Gaussian.php.


The documentation for this class was generated from the following file: