3#include "mc/_HeaderOutputPredefine.h"
17 ::ll::TypedStorage<4, 4, int> mLevels;
18 ::ll::TypedStorage<8, 24, ::std::vector<::SimplexNoise>> mNoiseLevels;
19 ::ll::TypedStorage<4, 4, float> mNormalizationFactor;
58 MCNAPI
void*
$ctor(uint seed,
int levels);
Definition PerlinSimplexNoise.h:13
MCAPI PerlinSimplexNoise(uint seed, int levels)
MCAPI PerlinSimplexNoise(::PerlinSimplexNoise const &)
MCAPI float getValue(float x, float y) const
MCAPI ~PerlinSimplexNoise()
MCAPI float * getRegion(float *buffer, ::Vec2 const &pos, int xSize, int ySize, ::Vec2 const &scale, float sizeScale, float powScale) const
MCAPI void * $ctor(uint seed, int levels)
MCAPI void _init(::IRandom &r, bool parityInitialization)
MCAPI float getValue(::Vec3 const &pos) const
MCAPI void * $ctor(::PerlinSimplexNoise const &)
Definition SimplexNoise.h:14