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

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

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

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

Initializes a new instance of Checker.

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

Returns the output value for the given input coordinates.

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

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

Initializes a new instance of Checker.
public Checker ( ) : System
Результат 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