doodle  0.2
Intended to support teaching C++, doodle is a simple library that helps make a window and makes it easy to do some drawing.
Namespaces | Functions
noise.hpp File Reference

Go to the source code of this file.

Namespaces

 doodle
 

Functions

double doodle::noise (double x, double y=0.0, double z=0.0) noexcept
 Returns the Perlin noise value at specified coordinates. More...
 
void doodle::seed_noise (unsigned long long new_seed) noexcept
 Sets the seed value for noise(). More...
 
void doodle::set_noise_detail (int perlin_octaves, double amplitude_falloff) noexcept
 Adjusts the character and level of detail produced by the Perlin noise function. More...