LeviLamina
Loading...
Searching...
No Matches
PerlinSimplexNoise Class Reference

Public Member Functions

PerlinSimplexNoiseoperator= (PerlinSimplexNoise const &)
 
MCAPI PerlinSimplexNoise (::PerlinSimplexNoise const &)
 
MCAPI PerlinSimplexNoise (uint seed, int levels)
 
MCAPI void _init (::IRandom &r, bool parityInitialization)
 
MCAPI float * getRegion (float *buffer, ::Vec2 const &pos, int xSize, int ySize, ::Vec2 const &scale, float sizeScale, float powScale) const
 
MCAPI float getValue (::Vec3 const &pos) const
 
MCAPI float getValue (float x, float y) const
 
MCAPI ~PerlinSimplexNoise ()
 
MCAPI void * $ctor (::PerlinSimplexNoise const &)
 
MCAPI void * $ctor (uint seed, int levels)
 
MCAPI void $dtor ()
 

Public Attributes

::ll::TypedStorage< 4, 4, int > mLevels
 
::ll::TypedStorage< 8, 24, ::std::vector<::SimplexNoise > > mNoiseLevels
 
::ll::TypedStorage< 4, 4, float > mNormalizationFactor
 

Constructor & Destructor Documentation

◆ PerlinSimplexNoise() [1/2]

MCAPI PerlinSimplexNoise::PerlinSimplexNoise ( ::PerlinSimplexNoise const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ PerlinSimplexNoise() [2/2]

MCAPI PerlinSimplexNoise::PerlinSimplexNoise ( uint seed,
int levels )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ~PerlinSimplexNoise()

MCAPI PerlinSimplexNoise::~PerlinSimplexNoise ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ _init()

MCAPI void PerlinSimplexNoise::_init ( ::IRandom & r,
bool parityInitialization )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getRegion()

MCAPI float * PerlinSimplexNoise::getRegion ( float * buffer,
::Vec2 const & pos,
int xSize,
int ySize,
::Vec2 const & scale,
float sizeScale,
float powScale ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getValue() [1/2]

MCAPI float PerlinSimplexNoise::getValue ( ::Vec3 const & pos) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getValue() [2/2]

MCAPI float PerlinSimplexNoise::getValue ( float x,
float y ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [1/2]

MCAPI void * PerlinSimplexNoise::$ctor ( ::PerlinSimplexNoise const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [2/2]

MCAPI void * PerlinSimplexNoise::$ctor ( uint seed,
int levels )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void PerlinSimplexNoise::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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