|
| | AnalyticRidged (const double &, const double &, const double &, const double &, const double &, int, const Vector2 &=Vector::Null) |
| | Create the fractal terrain.
|
| |
| double | Value (const Vector2 &) const |
| | Compute the field function.
|
| |
|
| AnalyticHeightField () |
| | Empty.
|
| |
| virtual double | Height (const Vector2 &) const |
| | Compute elevation at a given point.
|
| |
| virtual Vector | Normal (const Vector2 &) const |
| | Compute the normal to the field.
|
| |
| HeightField | CreateHeightField (const Box2 &, int, int) const |
| | Create a HeightField given an input domain.
|
| |
| double | Slope (const Vector2 &) const |
| | Compute the slope at a given point.
|
| |
| double | AverageSlope (const Vector2 &, int=8) const |
| | Compute the average slope at a given point.
|
| |
| double | Slope (const Vector2 &, const Vector2 &) const |
| | Compute the slope in a given direction and at a given point.
|
| |
| QVector< double > | Cross (const Vector2 &, const Vector2 &, int) const |
| | Compute the elevation along a segment.
|
| |
Ridged-simplex-turbulence's multifractal terrain model.