|
PerlinNoiseFunction2D Method
|
2-D Perlin noise function.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double Function2D(
double x,
double y
)
Public Function Function2D (
x As Double,
y As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
x value. - y
- Type: SystemDouble
y value.
Return Value
Type:
DoubleReturns function's value at point (
x,
y).
See Also