#include <sed_cube.h>
Public Attributes | |
double | angle |
The angle the stream leaves the hinge point from. | |
int | x |
The x-index of the hinge point. | |
int | y |
The y-index of the hinge point. | |
double | min_angle |
The minimum angle the steam can make. | |
double | max_angle |
The maximum angle the stream can make. | |
double | std_dev |
The standard deviation of stream avulsions. |
Definition at line 73 of file sed_cube.h.
double Sed_hinge_pt::angle |
The angle the stream leaves the hinge point from.
Definition at line 75 of file sed_cube.h.
Referenced by is_river_mouth().
int Sed_hinge_pt::x |
The x-index of the hinge point.
Definition at line 76 of file sed_cube.h.
Referenced by is_river_mouth().
int Sed_hinge_pt::y |
The y-index of the hinge point.
Definition at line 77 of file sed_cube.h.
Referenced by is_river_mouth().
double Sed_hinge_pt::min_angle |
double Sed_hinge_pt::max_angle |
double Sed_hinge_pt::std_dev |