C# Class SimShift.MapTool.Ets2CurveHelper

Afficher le fichier Open project: nlhans/SimShift Class Usage Examples

Méthodes publiques

Méthode Description
Hermite ( float s, float P1, float P2, float T1, float T2 ) : double
HermiteTangent ( float s, float P1, float P2, float T1, float T2 ) : double

Method Details

Hermite() public static méthode

public static Hermite ( float s, float P1, float P2, float T1, float T2 ) : double
s float
P1 float
P2 float
T1 float
T2 float
Résultat double

HermiteTangent() public static méthode

public static HermiteTangent ( float s, float P1, float P2, float T1, float T2 ) : double
s float
P1 float
P2 float
T1 float
T2 float
Résultat double