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

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

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

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

Returns the output value for the given input coordinates.

Spheres ( ) : System

Initializes a new instance of Spheres.

Spheres ( float frequency ) : System

Initializes a new instance of Spheres.

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

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

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

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

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

Initializes a new instance of Spheres.
public Spheres ( float frequency ) : System
frequency float The frequency of the concentric spheres.
Результат System