C# Class MiniUDP.Util.Noise

Afficher le fichier Open project: ashoulson/MiniUDP

Méthodes publiques

Méthode Description
GetValue ( long milliseconds, float speed ) : float
Noise ( ) : System

Private Methods

Méthode Description
Lerp ( float a, float b, float t ) : float
Shuffle ( ) : void

Method Details

GetValue() public méthode

public GetValue ( long milliseconds, float speed ) : float
milliseconds long
speed float
Résultat float

Noise() public méthode

public Noise ( ) : System
Résultat System