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

Module that returns the absolute value of the output of a source module.
Наследование: IModule
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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