C# Класс LibNoise.Modifiers.BiasOutput

Module that biases the output of a source module by adding a given value to the output.
Наследование: IModule
Показать файл Открыть проект

Открытые методы

Метод Описание
BiasOutput ( IModule sourceModule, double bias ) : System

Initialises a new instance of the BiasOutput class.

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

Returns the biased output of the source module.

Описание методов

BiasOutput() публичный Метод

Initialises a new instance of the BiasOutput class.
public BiasOutput ( IModule sourceModule, double bias ) : System
sourceModule IModule The module from which to retrieve noise.
bias double The value to add to the output.
Результат System

GetValue() публичный Метод

Returns the biased output of the source module.
public GetValue ( double x, double y, double z ) : double
x double
y double
z double
Результат double