C# Класс LibNoise.Combiner.Max

Noise module that outputs the larger of the two output values from two source modules.
Наследование: CombinerModule, IModule3D
Показать файл Открыть проект

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

Метод Описание
GetValue ( float x, float y, float z ) : float

Generates an output value given the coordinates of the specified input value.

Max ( ) : System
Max ( IModule left, IModule right ) : System

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

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

Generates an output value given the coordinates of the specified input value.
public GetValue ( float x, float y, float z ) : float
x float The input coordinate on the x-axis.
y float The input coordinate on the y-axis.
z float The input coordinate on the z-axis.
Результат float

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

public Max ( ) : System
Результат System

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

public Max ( IModule left, IModule right ) : System
left IModule
right IModule
Результат System