C# Класс IrrlichtNETCP.Extensions.WindGenerator

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateWindGenerator ( float strength, float regularity ) : WindGenerator
Wind ( IrrlichtNETCP.Vector3D position, uint timeMs ) : IrrlichtNETCP.Vector2D
WindGenerator ( ) : System

Приватные методы

Метод Описание
cosInterpolater ( float a, float b, float x ) : float
fcos ( float f ) : float
fsin ( float f ) : float
noise ( float x ) : float
noiseInterpolate ( float x ) : float
rndGenerator ( int x ) : float
windSmoother ( int x ) : float

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

CreateWindGenerator() публичный статический Метод

public static CreateWindGenerator ( float strength, float regularity ) : WindGenerator
strength float
regularity float
Результат WindGenerator

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

public Wind ( IrrlichtNETCP.Vector3D position, uint timeMs ) : IrrlichtNETCP.Vector2D
position IrrlichtNETCP.Vector3D
timeMs uint
Результат IrrlichtNETCP.Vector2D

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

public WindGenerator ( ) : System
Результат System