CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
Loading...
Searching...
No Matches
create_profiles.cpp File Reference

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...
 

Detailed Description

Creates profiles which are approximately normal to the coastline, these will become inter-polygon boundaries.

TODO 001 A more detailed description of these routines.

Author
David Favis-Mortlock
Andres Payo
Date
2025

Definition in file create_profiles.cpp.