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

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

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

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

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

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

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

public Add ( )

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

public Add ( IModule left, IModule right )
left IModule
right IModule

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