Corentin Chauvin-Hameau – 2019-2020
Coverage Path Planning for an underwater robot surveying a marine farm
Classes | Namespaces
perlin_noise.hpp File Reference

Declaration of 2D perlin noise generator. More...

#include <random>
#include <vector>
#include <algorithm>
#include <iostream>
Include dependency graph for perlin_noise.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mfcpp::PerlinNoiseGenerator
 Perlin noise generator. More...
 
struct  mfcpp::PerlinNoiseGenerator::Vec2d
 Two dimensional vector. More...
 

Namespaces

 mfcpp
 

Detailed Description

Declaration of 2D perlin noise generator.

Author
Corentin Chauvin-Hameau
Date
2019

Definition in file perlin_noise.hpp.