CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Creates profiles which are approximately normal to the coastline, these will become inter-polygon boundaries. More...
#include <assert.h>
#include <cstdio>
#include <cmath>
#include <cfloat>
#include <iostream>
#include <algorithm>
#include <utility>
#include <random>
#include "cme.h"
#include "simulation.h"
#include "coast.h"
#include "2d_point.h"
#include "2di_point.h"
Go to the source code of this file.
Data Structures | |
class | pair< T1, T2 > |
STL class. More... | |
Creates profiles which are approximately normal to the coastline, these will become inter-polygon boundaries.
TODO 001 A more detailed description of these routines.
Definition in file create_profiles.cpp.