C# Class ME3Explorer.CurveEd.CurvePoint

Inheritance: ViewModelBase
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Méthode Description
CurvePoint ( float _inVal, float _outVal, float _arriveTangent, float _leaveTangent ) : System
CurvePoint ( float inVal, float outVal, float arriveTangent, float leaveTangent, CurveMode interpMode ) : System

Method Details

CurvePoint() public méthode

public CurvePoint ( float _inVal, float _outVal, float _arriveTangent, float _leaveTangent ) : System
_inVal float
_outVal float
_arriveTangent float
_leaveTangent float
Résultat System

CurvePoint() public méthode

public CurvePoint ( float inVal, float outVal, float arriveTangent, float leaveTangent, CurveMode interpMode ) : System
inVal float
outVal float
arriveTangent float
leaveTangent float
interpMode CurveMode
Résultat System