C# 클래스 LibNoise.Modifiers.AbsoluteOutput

Module that returns the absolute value of the output of a source module.
상속: IModule
파일 보기 프로젝트 열기: MadoxLabs/NoiseTool 1 사용 예제들

공개 메소드들

메소드 설명
AbsoluteOutput ( IModule sourceModule ) : System

Initialises a new instance of the AbsoluteOutput class.

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

Returns the absolute value of noise from the source module at the given coordinates.

메소드 상세

AbsoluteOutput() 공개 메소드

Initialises a new instance of the AbsoluteOutput class.
public AbsoluteOutput ( IModule sourceModule ) : System
sourceModule IModule The module from which to retrieve noise.
리턴 System

GetValue() 공개 메소드

Returns the absolute value of noise from the source module at the given coordinates.
public GetValue ( double x, double y, double z ) : double
x double
y double
z double
리턴 double