C# Class LibNoise.FastPerlin

Inheritance: FastMath, IModule
Show file Open project: MadoxLabs/NoiseTool Class Usage Examples

Public Methods

Method Description
FastPerlin ( ) : System
FastPerlin ( int seed ) : System
GetValue ( double x, double y, double z ) : double

Method Details

FastPerlin() public method

public FastPerlin ( ) : System
return System

FastPerlin() public method

public FastPerlin ( int seed ) : System
seed int
return System

GetValue() public method

public GetValue ( double x, double y, double z ) : double
x double
y double
z double
return double