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

Noise module that outputs the subtraction between the left module and the right module .
Наследование: CombinerModule, IModule3D
Показать файл Открыть проект

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

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

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

Substract ( )
Substract ( IModule left, IModule right )

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

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

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

public Substract ( )

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

public Substract ( IModule left, IModule right )
left IModule
right IModule