C# Class TerrainPainter.tp_MinMax

Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Méthode Description
LerpValue ( float angle ) : float

Get the value between angles IverseLerp

Set ( Vector2 v ) : void

Set

Set ( float x, float y ) : void

Set

tp_MinMax ( Vector2 v ) : System

Constructor

tp_MinMax ( float min, float max ) : System

Constructor

Method Details

LerpValue() public méthode

Get the value between angles IverseLerp
public LerpValue ( float angle ) : float
angle float
Résultat float

Set() public méthode

Set
public Set ( Vector2 v ) : void
v Vector2
Résultat void

Set() public méthode

Set
public Set ( float x, float y ) : void
x float
y float
Résultat void

tp_MinMax() public méthode

Constructor
public tp_MinMax ( Vector2 v ) : System
v Vector2
Résultat System

tp_MinMax() public méthode

Constructor
public tp_MinMax ( float min, float max ) : System
min float
max float
Résultat System