|
Vector3d | GetNearest (Vector3d candidate) |
|
Vector3d | GetNearest (double x, double y, double z) |
|
double | GetValue (Vector3d coordinate) |
|
double | GetValue (Vector3 coordinate) |
|
double | GetValue (double x, double y, double z) |
|
| Voronoi () |
|
| Voronoi (double voronoiFrequency, double voronoiDisplacement, int voronoiSeed, bool distanceEnabled) |
|
int | IntValueNoise (int x, int y, int z, int seed) |
|
double | ValueNoise (int x, int y, int z) |
|
double | ValueNoise (int x, int y, int z, int seed) |
|
LibNoise.Voronoi.Voronoi |
( |
| ) |
|
|
inline |
LibNoise.Voronoi.Voronoi |
( |
double |
voronoiFrequency, |
|
|
double |
voronoiDisplacement, |
|
|
int |
voronoiSeed, |
|
|
bool |
distanceEnabled |
|
) |
| |
|
inline |
Vector3d LibNoise.Voronoi.GetNearest |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
double LibNoise.Voronoi.GetValue |
( |
Vector3d |
coordinate | ) |
|
|
inline |
double LibNoise.Voronoi.GetValue |
( |
Vector3 |
coordinate | ) |
|
|
inline |
double LibNoise.Voronoi.GetValue |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
double LibNoise.Voronoi.Displacement |
|
getset |
bool LibNoise.Voronoi.DistanceEnabled |
|
getset |
double LibNoise.Voronoi.Frequency |
|
getset |
int LibNoise.Voronoi.Seed |
|
getset |
The documentation for this class was generated from the following file: