C# Class FC3Editor.MathUtils

ファイルを表示 Open project: Azerothian/fc3editor

Public Methods

Method Description
Clamp ( float value, float min, float max ) : float
Deg2Rad ( float angleDeg ) : float
Rad2Deg ( float angleRad ) : float

Method Details

Clamp() public static method

public static Clamp ( float value, float min, float max ) : float
value float
min float
max float
return float

Deg2Rad() public static method

public static Deg2Rad ( float angleDeg ) : float
angleDeg float
return float

Rad2Deg() public static method

public static Rad2Deg ( float angleRad ) : float
angleRad float
return float