KiCad PCB EDA Suite
|
This source code comes from the project: https://github.com/sol-prog/Perlin_Noise. More...
#include <vector>
Go to the source code of this file.
Classes | |
class | PerlinNoise |
This source code comes from the project: https://github.com/sol-prog/Perlin_Noise.
It was changed to work with floats instead of doubles
Original copyright notice:
Perlin_Noise Here you could find the code for "Perlin noise in C++11", for more information visit the project webpage at http://solarianprogrammer.com/2012/07/18/perlin-noise-cpp-11/ You could use this program under the terms of GPL v3, for more details see: http://www.gnu.org/copyleft/gpl.html Copyright 2012 Sol from www.solarianprogrammer.com
It was changed to work with floats instead of doubles
Original copyright notice:
Perlin_Noise "Here you could find the code for "Perlin noise in C++11", for more information visit the project webpage: http://solarianprogrammer.com/2012/07/18/perlin-noise-cpp-11/ You could use this program under the terms of GPL v3, for more details see: http://www.gnu.org/copyleft/gpl.html Copyright 2012 Sol from www.solarianprogrammer.com"
Definition in file PerlinNoise.h.