C# Класс LibNoise.Generator.Const

Provides a noise module that outputs a constant value. [GENERATOR]
Наследование: ModuleBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Const ( ) : System

Initializes a new instance of Const.

Const ( float value ) : System

Initializes a new instance of Const.

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

Returns the output value for the given input coordinates.

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

Const() публичный метод

Initializes a new instance of Const.
public Const ( ) : System
Результат System

Const() публичный метод

Initializes a new instance of Const.
public Const ( float value ) : System
value float The constant value.
Результат System

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

Returns the output value for the given input coordinates.
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