C# 클래스 LibNoise.Modifiers.BiasOutput

Module that biases the output of a source module by adding a given value to the output.
상속: IModule
파일 보기 프로젝트 열기: MadoxLabs/NoiseTool

공개 메소드들

메소드 설명
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