C# 클래스 LibNoise.Modifiers.AddOutput

Module that returns the output of two source modules added together.
상속: IModule
파일 보기 프로젝트 열기: MadoxLabs/NoiseTool 1 사용 예제들

공개 메소드들

메소드 설명
AddOutput ( IModule sourceModule1, IModule sourceModule2 ) : System

Initialises a new instance of the Add class.

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

Returns the output of the two source modules added together.

메소드 상세

AddOutput() 공개 메소드

Initialises a new instance of the Add class.
public AddOutput ( IModule sourceModule1, IModule sourceModule2 ) : System
sourceModule1 IModule The first module from which to retrieve noise.
sourceModule2 IModule The second module from which to retrieve noise.
리턴 System

GetValue() 공개 메소드

Returns the output of the two source modules added together.
public GetValue ( double x, double y, double z ) : double
x double
y double
z double
리턴 double