C# Class TerrainPainter.tp_MinMax

Datei anzeigen Open project: Stumpstump/RoverGame Class Usage Examples

Public Methods

Method 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 method

Get the value between angles IverseLerp
public LerpValue ( float angle ) : float
angle float
return float

Set() public method

Set
public Set ( Vector2 v ) : void
v Vector2
return void

Set() public method

Set
public Set ( float x, float y ) : void
x float
y float
return void

tp_MinMax() public method

Constructor
public tp_MinMax ( Vector2 v ) : System
v Vector2
return System

tp_MinMax() public method

Constructor
public tp_MinMax ( float min, float max ) : System
min float
max float
return System