C# Class KBS2.MathUtil

Afficher le fichier Open project: Railec/SE1cKBS2

Méthodes publiques

Méthode Description
DistPointFromLine ( PointF a, PointF b, PointF p ) : double
DistPoints2 ( PointF a, PointF b ) : double

Method Details

DistPointFromLine() public static méthode

public static DistPointFromLine ( PointF a, PointF b, PointF p ) : double
a System.Drawing.PointF
b System.Drawing.PointF
p System.Drawing.PointF
Résultat double

DistPoints2() public static méthode

public static DistPoints2 ( PointF a, PointF b ) : double
a System.Drawing.PointF
b System.Drawing.PointF
Résultat double